frgr
Junior Member Posts: 6 Joined: May 2011 Reputation: 0 |
2011-05-12 15:33
Post: #11
Thanks for the info, I'm going to give that a try tonight
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 81 |
2011-05-12 17:28
Post: #12
"git pull git://github.com/cptspiff/xbmc.git hls" would achieve what you couldn't figure out
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
hippojay
Fan Joined: Mar 2008 Reputation: 13 Location: Sheffield, UK |
2011-05-12 18:31
Post: #13
Ta and noted...
Also - I guess this won't get pulled into the master until the stream selection logic is worked out? |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 81 |
2011-05-12 18:43
Post: #14
correct.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
frgr
Junior Member Posts: 6 Joined: May 2011 Reputation: 0 |
2011-05-13 17:06
Post: #15
Thanks for the help. This was my first time using Git and compiling anything and it went flawlessly. Now I just need to hope for an updated AirPlayer that allows for proper resumption and timeline scrubbing.
|
| find quote |
theophile
Fan Posts: 569 Joined: Jan 2009 Reputation: 30 |
2011-06-28 15:57
Post: #16
Bump for status.
I'd like to know what is needed from ffmpeg and to what degree this branch currently works. Does stream selection not work at all, or does it only work with limitations? Thanks. |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 81 |
2011-06-29 09:30
Post: #17
hi, read the patch.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
hippojay
Fan Joined: Mar 2008 Reputation: 13 Location: Sheffield, UK |
2011-08-12 00:47
Post: #18
Just thought I'd add an update for those interested in this - looks like m3u8 playlists are recognised and played by XBMC now. Been using it to playback some HLS streams without and problem.
I guess that ffmpeg is able to detect and decode the streams, but I'm not sure about rate-adaptive stream selection (all the streams I've been playing back are single bitrate only). Anyway, it works and I'm happy
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 81 |
2011-08-12 10:52
Post: #19
without supporting code, you will be using a random stream variant (first encountered) AND you will be downloading all the streams as there's no code to disable those you don't want..
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
hippojay
Fan Joined: Mar 2008 Reputation: 13 Location: Sheffield, UK |
2011-08-12 10:57
Post: #20
spiff Wrote:without supporting code, you will be using a random stream variant (first encountered) AND you will be downloading all the streams as there's no code to disable those you don't want.. Thanks for the confirmation. My plugin only requests single streams, so I should be safe, but i'll keep an eye out. Cheers |
| find quote |

Search
Help