AppleHTTP m3u8 files no longer passed to ffmpeg?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
apok Offline
Junior Member
Posts: 26
Joined: Feb 2012
Reputation: 0
Post: #11
Depending on which ffmpeg version they go with, they might find that applehttp and hls+http protocols are deprecated/discouraged (at least with the latest build I tested with).
find quote
micahg Offline
Member
Posts: 87
Joined: Sep 2011
Reputation: 1
Post: #12
where did you read that?
find quote
apok Offline
Junior Member
Posts: 26
Joined: Feb 2012
Reputation: 0
Post: #13
L:\ffmpeg-git-a4c22e3-win64-static\bin>ffplay applehttp://www.somedomain.tld/test.m3u8
ffplay version N-38292-ga4c22e3 Copyright © 2003-2012 the FFmpeg developers
built on Feb 27 2012 14:55:47 with gcc 4.6.2
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 51. 41.100 / 51. 41.100
libavcodec 54. 4.100 / 54. 4.100
libavformat 54. 1.100 / 54. 1.100
libavdevice 53. 4.100 / 53. 4.100
libavfilter 2. 62.101 / 2. 62.101
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 7.100 / 0. 7.100
libpostproc 52. 0.100 / 52. 0.100
[applehttp @ 0000000001CAF520] The applehttp protocol is deprecated, use hls+http://www.somedomain.tld/test.m3u8 as url instead.
[applehttp @ 0000000001CAF520] Using the hls protocol is discouraged, please try using the hls demuxer instead. The hls demuxer should be more complete and work as well as the protocol implementation. (If not, please report it.) To use the demuxer, simply use http://www.somedomain.tld/test.m3u8 as url.
find quote
micahg Offline
Member
Posts: 87
Joined: Sep 2011
Reputation: 1
Post: #14
oh wow. That is a recent. But its not all bad, they did modify things so that instead of specifying applehttp://blah you specify hls+http://blah. On the other hand, this also gets the error message about using the demuxer... however, I don't think this one is deprecated (just discouraged).
find quote
Thiele Offline
Member
Posts: 71
Joined: Oct 2011
Reputation: 0
Post: #15
You guys have any idea when this will be fixed in XBMC?

Platform: ATV2 iOS 5.0.1 / 4.4.4 | XBMC: 11.0 Eden Beta 2 | Skin: Aeon Nox 2.0
find quote
micahg Offline
Member
Posts: 87
Joined: Sep 2011
Reputation: 1
Post: #16
I'm not a dev, but they probably wont introduce a high risk change now that Eden is in RC. So after.
find quote
davilla Online
Team-XBMC Developer
Posts: 10,401
Joined: Feb 2008
Reputation: 58
Post: #17
micahg Wrote:I'm not a dev, but they probably wont introduce a high risk change now that Eden is in RC. So after.

100 percent correct.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
Thiele Offline
Member
Posts: 71
Joined: Oct 2011
Reputation: 0
Post: #18
In other words, this is gonna take a while? Timeframe?

Platform: ATV2 iOS 5.0.1 / 4.4.4 | XBMC: 11.0 Eden Beta 2 | Skin: Aeon Nox 2.0
find quote
Thiele Offline
Member
Posts: 71
Joined: Oct 2011
Reputation: 0
Post: #19
Any news Micahg, or maybe you've found a workaround for the time being?

Platform: ATV2 iOS 5.0.1 / 4.4.4 | XBMC: 11.0 Eden Beta 2 | Skin: Aeon Nox 2.0
find quote
Post Reply