error: ts demux: MPEG-4 descriptor not found when streaming to mp4 file
Posted: 05 Aug 2016 20:32
Hi,
I'm pulling a m3u8 stream using clvc and outputting to mp4, and I get the errors:
[00007f29c0c073d8] httplive stream: HTTP Live Streaming (localhost:8080/live/test/playlist_dvr.m3u8)
[00007f29c0c18b78] ts demux: MPEG-4 descriptor not found for pid 0x101 type 0xf
[00007f29c0cb2a68] packetizer_mpeg4audio decoder: AAC channels: 2 samplerate: 48000
[00007f29c0003138] core mux error: cannot add a new stream (unsupported while muxing to this format). You can try increasing sout-mux-caching value
[00007f29c0ca93c8] core decoder error: cannot create packetizer output (h264)
[00007f29c0c18b78] ts demux error: libdvbpsi (PSI decoder): TS duplicate (received 0, expected 1) for PID 0
here's the command line
cvlc http://localhost:8080/live/test/playlist_dvr.m3u8 --sout=file/mp4:/shared/tmp/test3.mp4
The resulting file has only audio, no video, which would be expected from the errors... but the source HLS stream definitely has h264 and aac
thanks
Ricardo
I'm pulling a m3u8 stream using clvc and outputting to mp4, and I get the errors:
[00007f29c0c073d8] httplive stream: HTTP Live Streaming (localhost:8080/live/test/playlist_dvr.m3u8)
[00007f29c0c18b78] ts demux: MPEG-4 descriptor not found for pid 0x101 type 0xf
[00007f29c0cb2a68] packetizer_mpeg4audio decoder: AAC channels: 2 samplerate: 48000
[00007f29c0003138] core mux error: cannot add a new stream (unsupported while muxing to this format). You can try increasing sout-mux-caching value
[00007f29c0ca93c8] core decoder error: cannot create packetizer output (h264)
[00007f29c0c18b78] ts demux error: libdvbpsi (PSI decoder): TS duplicate (received 0, expected 1) for PID 0
here's the command line
cvlc http://localhost:8080/live/test/playlist_dvr.m3u8 --sout=file/mp4:/shared/tmp/test3.mp4
The resulting file has only audio, no video, which would be expected from the errors... but the source HLS stream definitely has h264 and aac
thanks
Ricardo