Posts: 642
Joined: Sep 2011
Reputation:
35
Was this the correct place to post the patch?
Posts: 700
Joined: Aug 2009
Reputation:
8
As a user of the MLBMC add-on, I am looking to see if there is a chance that this patch can make it into one of the next "monthly" cycles.
Currently, the add-on can call a binary file (mlbhls) which pulls the HLS stream and saves it to a temporary file, which XBMC then plays. An issue that we have is that when the file reaches ~2.5 GB, the player crashes for reasons yet unknown. This patch would/should eliminate the issue.
I also am curious because this may influence my decision to get NHL Gamecenter in September instead of NHL Center Ice... as long as a proper add-on is written at that time.
P.S. - I know that this is the developers thread, and I am not looking to push issues or demand that this be done. I have been monitoring this thread for about 2 months hoping for an update, and I'm just hoping that this was not forgotten about/overlooked.
Thanks.
Posts: 642
Joined: Sep 2011
Reputation:
35
Well, judging by the silence, no, nobody is reviewing this. I'd kind of hoped to have it included sooner rather than later as most North American sports providers all use HLS.
Posts: 700
Joined: Aug 2009
Reputation:
8
Hopefully this gets looked at soon... the HLS support would be a welcome addition.
Posts: 642
Joined: Sep 2011
Reputation:
35
Is there someone in particular I should be bugging to try and have this included?
Posts: 700
Joined: Aug 2009
Reputation:
8
I received a message from the dev of the MLBMC plugin that stated that FFMPEG's HLS support does not include https:// feeds, which would be needed for MLB.TV, and I would figure the MLS and NHL feeds also.
If this is true, I could understand why this patch has been overlooked for so long.
Posts: 642
Joined: Sep 2011
Reputation:
35
That is surprising... I'll have a look at that next time I'm poking around the code. I thought ffmpeg handled https already as a protocol.
Posts: 156
Joined: Nov 2010
Reputation:
3
ksosez
Senior Member
Posts: 156
I dont believe the NHL stream is https encrypted. I know for sure that MLS isnt (which I believe uses the same underlying tech).
Posts: 156
Joined: Nov 2010
Reputation:
3
ksosez
Senior Member
Posts: 156
I went ahead and updated to 12.04 on Ubuntu and tried the MLS streaming links, they work perfectly with VLC but XBMC every 10 seconds or so gives a "working" dialog before reloading. Sucks because otherwise my addon is ready to go.
Posts: 642
Joined: Sep 2011
Reputation:
35
ksosez, this is because XBMC is handling the playlist internally, instead of passing it back to ffmpeg to handle as HLS. You'll notice it always runs from the start of the stream too even for live events.
Posts: 642
Joined: Sep 2011
Reputation:
35
Is there any other way to submit this so it gets accepted (or at least reviewed). I kind of feel its just sitting here doing nothing.
Posts: 300
Joined: Mar 2008
Reputation:
14
Have you created a pull request for it? At least then it will appear on the [increasingly long] list of pulls in the repository.