server trick?It seems that the mediadirect guys have implemented another trick in order to block channel viewing outside their website. Tested on different servers (fms15, fms30) same result: choppy audio recording (with -v parameter) or no recording at all (without it). Choppy audio in VLC 2.0.0, crash in VLC 2.1.0 nightly.
The command: Code:
rtmpdump -v -r "rtmp://fms30.mediadirect.ro:1935/live7/_definst_" -a "live7/_definst_?id=0&publisher=2" -f "WIN 11,1,102,55" -W "http://dev.dolcetv.ro/player_test/player.swf" -p "http://dev.dolcetv.ro/" --live -y "nationaltv_low?id=0&publisher=2" -o test.flv |
Re: server trick?it looks like they are using an audio codec feature which faad and ffmpeg aac decoder do not support well.
so they could be messing with something. playing in mplayer i get lots of: FAAD: Failed to decode frame: Gain control not yet implemented FAAD: Failed to decode frame: Bitstream value not allowed by specification FAAD: Failed to decode frame: Bitstream value not allowed by specification and using ffmpeg aac decoder: [aac @ 012537d0]960/120 MDCT window is not implemented vlc uses faad/ffaac so its hard to fix atm. |
Re: server trick?no problem use mplayer 0.0.9.0 (MPlayer Sherpya-SVN-r29355-4.5.0)
Code:
rtmpdump -r "rtmp://fms30.mediadirect.ro:1935/live7/_definst_" -a "live7/_definst_?id=0&publisher=2" -f "WIN 11,2,202,228" -W "http://dev.dolcetv.ro/player_test/player.swf" -p "http://dev.dolcetv.ro/" -y "nationaltv?id=0&publisher=2" -v | "C:\PROGRA~1\MPlayer\mplayer.exe" - -cache 8192 Code:
[aac @ 0x1caf1d0]960/120 MDCT window is not implemented. Update your FFmpeg vers |
Re: server trick?Quote:
It is a problem because my version is this one:- MPlayer SVN-r34842-4.5.2 (C) 2000-2012 MPlayer Team Where is this one:- MPlayer Sherpya-SVN-r29355-4.5.0 ? |
Re: server trick?Quote:
|
Re: server trick?Quote:
With Linux I can download the file with RTMPDump and convert the audio using MEncoder Sherpya-SVN-r29355-4.5.0 and WINE. Like this:- Code:
mencoder test.flv -of lavf -ovc copy -oac lavc -lavcopts aglobal=1:acodec=libfaac:abitrate=64 -o foo.mkv |
Re: server trick?I don't have sound issues on Ubuntu linux with those channels on VLC 1.1.12. But I have sound issues with this VLC version on Ukrainian Sport 1 & 2 channels which is solved on VLC 2.0.2. ;-)
|
Re: server trick?Quote:
Code:
http://www.digi24.ro/static_dev/public_theme_v3/mediaplayer/player.swf?file=digi24live&type=rtmp&streamer=rtmpe://82.76.39.75:80/digi24edge&stretching=full&displayclick=fullscreen&autostart=true |
Re: server trick?Quote:
|
Re: server trick?Hi
The aac codec used in the downloaded flv files from nationaltv.ro is shown by MediaInfo to be:- "Codec ID : 10". It seems that modern versions of FFplay and VLC and MPlayer can't play it but older versions of VLC and MPlayer can play it OK. :confused: Is this because it's an "old" codec that libavcodec have deliberately dropped, or is it a libavcodec "regression"? Or is there something wrong with their equipment at nationaltv.ro? Any ideas? Code:
FFmpeg/libavcodec audio decoders |
Re: server trick?Quote:
The Mediadirect servers belong to a TV Broadcasting company from Romania called Dolce TV, a company which has been broadcasting for about 2 years a free Web TV service for the Romanian citizens, consisting in about 30 national TV stations in .flv format. Its main rival, Ilink (AirTV) used to have both an IPTV and a WebTV service, both optimized for VLC (below version 1.0). Slowly, Ilink has sunk under, and right now Dolce might be taking over the IPTV market which has very few factors in its favor in Romania (cheap cable and satellite services, hundreds of local stations, and a high piracy factor - Ro is the only country with an actual number of about 70 TV channels pirate-broadcasting through Sopcast, some of them high-quality - they literally keep this P2p TV software alive). Dolce TV might give up the free rtmp broadcast real soon and take over what's left of Ilink, directing their broadcast to VLC, and right now they might be working to "optimize" the streams in order to work with older VLC players (Air TV Romania is still reccomending VLC 0.8.6i to their users). Though RTSP and MMS broadcasts will be an unacceptable compromise to viewers. |
Re: server trick?Quote:
|
Re: server trick?well if you report it to ffmpeg with some sample file and figure out which revision broke it, they may fix it.
lots of work to track down bugs. but it can get things fixed. ;) |
Re: server trick?I reported this bug to ffmpeg devs, along with a sample which reproduces the issue. Let's upvote this and hope that ffmpeg devs will fix this bug :)
http://ffmpeg.org/trac/ffmpeg/ticket/1407 |
All times are GMT -6. The time now is 07:28 AM. |