mocham
16th July 2013, 06:36
I need some help with this. I can't get mplayer (or VLC or any other players) to playback the transport stream here at http://212.79.96.134:8024/
I've tried -demuxer lavf and other options like -tskeepbroken and -framedrop and cache options. Nothing is helping, I just keep getting output like this:
Starting playback...
[VD_FFMPEG] XVMC-accelerated MPEG-2.
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [vdpau] 720x576 => 768x576 MPEG2 VDPAU acceleration
[mpegvideo_vdpau @ 0xb64281c0]warning: first frame is no keyframe
A:37453.1 V:37453.1 A-V: -0.000 ct: -0.379 0/ 0 4% 23% 0.3% 2 0 1%
[mpegts @ 0xb6b7aee0]PES packet size mismatch
A:37453.2 V:37453.2 A-V: -0.000 ct: -0.379 0/ 0 4% 23% 0.3% 2 0 0%
[mp2float @ 0xb64281c0]incomplete frame
A:37453.4 V:37453.9 A-V: -0.493 ct: -0.432 0/ 0 4% 23% 0.3% 2 0 0%
Is there any way to use avconv to transcode first and then pipe it into mplayer? For example on m3u8 playlists I use a method like this:
avconv -i http://xxxxxx/playlist.m3u8 -bsf h264_mp4toannexb -f mpegts - | mplayer - -cache 8192
How can I craft a similar transcoding pipe for the TS URL above? Thanks.
I've tried -demuxer lavf and other options like -tskeepbroken and -framedrop and cache options. Nothing is helping, I just keep getting output like this:
Starting playback...
[VD_FFMPEG] XVMC-accelerated MPEG-2.
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [vdpau] 720x576 => 768x576 MPEG2 VDPAU acceleration
[mpegvideo_vdpau @ 0xb64281c0]warning: first frame is no keyframe
A:37453.1 V:37453.1 A-V: -0.000 ct: -0.379 0/ 0 4% 23% 0.3% 2 0 1%
[mpegts @ 0xb6b7aee0]PES packet size mismatch
A:37453.2 V:37453.2 A-V: -0.000 ct: -0.379 0/ 0 4% 23% 0.3% 2 0 0%
[mp2float @ 0xb64281c0]incomplete frame
A:37453.4 V:37453.9 A-V: -0.493 ct: -0.432 0/ 0 4% 23% 0.3% 2 0 0%
Is there any way to use avconv to transcode first and then pipe it into mplayer? For example on m3u8 playlists I use a method like this:
avconv -i http://xxxxxx/playlist.m3u8 -bsf h264_mp4toannexb -f mpegts - | mplayer - -cache 8192
How can I craft a similar transcoding pipe for the TS URL above? Thanks.