Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video
Hi, I am trying to stream over UDP or RTP a .ts file that I recorded to run some tests on a test&measure equipment and I can't find a way to do it when the file contains scrambled video. Is there a way to do it? I do something like: ffmpeg -re -i myfile_.ts -vcodec copy -acodec copy -f mpegts udp://host:port or without the -re. Any suggestion would be appreciated. Regards, Simon Defayette
I try to do the opposite, I do not find anything 2016-05-30 17:34 GMT+02:00 Simon Defayette <simon.defayette@gmail.com>:
Hi, I am trying to stream over UDP or RTP a .ts file that I recorded to run some tests on a test&measure equipment and I can't find a way to do it when the file contains scrambled video. Is there a way to do it?
I do something like:
ffmpeg -re -i myfile_.ts -vcodec copy -acodec copy -f mpegts udp://host:port
or without the -re.
Any suggestion would be appreciated.
Regards,
Simon Defayette _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
Hi, Can you send the full output and tell us whats the problem exactly? You say what you want to do, and from your words I think is not working but you dont say that, just if there is a way to do it. Regards, P.S: Im not an expert, but the list need the full output of your command. El 30/05/2016 a las 17:34, Simon Defayette escribió:
Hi, I am trying to stream over UDP or RTP a .ts file that I recorded to run some tests on a test&measure equipment and I can't find a way to do it when the file contains scrambled video. Is there a way to do it?
I do something like:
ffmpeg -re -i myfile_.ts -vcodec copy -acodec copy -f mpegts udp://host:port
or without the -re.
Any suggestion would be appreciated.
Regards,
Simon Defayette _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
They really need the output? It's over 400 MB. Maybe just knowing if ffmpeg can play video scrambled file would be the first thing. If not, what is the reason. On Mon, May 30, 2016 at 12:37 PM, Dpto. Datos Television Costa Blanca < datos@tvt-datos.es> wrote:
Hi,
Can you send the full output and tell us whats the problem exactly? You say what you want to do, and from your words I think is not working but you dont say that, just if there is a way to do it.
Regards,
P.S: Im not an expert, but the list need the full output of your command.
El 30/05/2016 a las 17:34, Simon Defayette escribió:
Hi, I am trying to stream over UDP or RTP a .ts file that I recorded to run some tests on a test&measure equipment and I can't find a way to do it when the file contains scrambled video. Is there a way to do it?
I do something like:
ffmpeg -re -i myfile_.ts -vcodec copy -acodec copy -f mpegts udp://host:port
or without the -re.
Any suggestion would be appreciated.
Regards,
Simon Defayette _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
On 30 May 2016, at 19:06, Simon Defayette <simon.defayette@gmail.com> wrote:
They really need the output? It's over 400 MB.
Maybe just knowing if ffmpeg can play video scrambled file would be the first thing. If not, what is the reason. Ask yourself, how should ffmpeg be able to recognise audio/video/timing etc of a scrambled video ? AFAIK impossible. Ffmpeg needs to recognise these streams and while streaming scramble it and at the receiving side it first has to be descrambled before it can be played.
On Mon, May 30, 2016 at 12:37 PM, Dpto. Datos Television Costa Blanca < datos@tvt-datos.es> wrote:
Hi,
Can you send the full output and tell us whats the problem exactly? You say what you want to do, and from your words I think is not working but you dont say that, just if there is a way to do it.
Regards,
P.S: Im not an expert, but the list need the full output of your command.
El 30/05/2016 a las 17:34, Simon Defayette escribió:
Hi, I am trying to stream over UDP or RTP a .ts file that I recorded to run some tests on a test&measure equipment and I can't find a way to do it when the file contains scrambled video. Is there a way to do it?
I do something like:
ffmpeg -re -i myfile_.ts -vcodec copy -acodec copy -f mpegts udp://host:port
or without the -re.
Any suggestion would be appreciated.
Regards,
Simon Defayette _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
Ok, I thought it could extrapolate from the PCR. On Mon, May 30, 2016 at 1:58 PM, Henk D. Schoneveld <belcampo@zonnet.nl> wrote:
On 30 May 2016, at 19:06, Simon Defayette <simon.defayette@gmail.com> wrote:
They really need the output? It's over 400 MB.
Maybe just knowing if ffmpeg can play video scrambled file would be the first thing. If not, what is the reason. Ask yourself, how should ffmpeg be able to recognise audio/video/timing etc of a scrambled video ? AFAIK impossible. Ffmpeg needs to recognise these streams and while streaming scramble it and at the receiving side it first has to be descrambled before it can be played.
On Mon, May 30, 2016 at 12:37 PM, Dpto. Datos Television Costa Blanca < datos@tvt-datos.es> wrote:
Hi,
Can you send the full output and tell us whats the problem exactly? You say what you want to do, and from your words I think is not working but you dont say that, just if there is a way to do it.
Regards,
P.S: Im not an expert, but the list need the full output of your command.
El 30/05/2016 a las 17:34, Simon Defayette escribió:
Hi, I am trying to stream over UDP or RTP a .ts file that I recorded to run some tests on a test&measure equipment and I can't find a way to do it when the file contains scrambled video. Is there a way to do it?
I do something like:
ffmpeg -re -i myfile_.ts -vcodec copy -acodec copy -f mpegts udp://host:port
or without the -re.
Any suggestion would be appreciated.
Regards,
Simon Defayette _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
On 2016/05/31 3:03, Simon Defayette wrote:
Ok, I thought it could extrapolate from the PCR.
After fiddling with TS sometime back, I have the impression that FFmpeg is not the best tool to stream recorded TS if you want it to passthrough as is. As Henk hinted, FFmpeg will try to interpret the meaning and reconstruct the data to some degree. You can "-vcodec copy -acodec copy", but still other necessary info (i.e. PCR) will be reconstructed to make it non DVB compliant regardless it is scrambled or not. For streaming TS files untouched, I would suggest you look into other software. -- David Shimamoto
Take a look into tsdecrypt ( http://georgi.unixsol.org/programs/tsdecrypt/tsdecrypt_man.html). It seems to be exactly the kind of application you need to stream encrypted TS files through RTP or UDP. If you need it to run in windows, there is a webpage in japanese ( http://pspunch.com/pd/article/tsdecrypt_win_ja.html) with information for compilation using Cygwin. 2016-05-31 5:17 GMT-03:00 PSPunch <shima@pspunch.com>:
On 2016/05/31 3:03, Simon Defayette wrote:
Ok, I thought it could extrapolate from the PCR.
After fiddling with TS sometime back, I have the impression that FFmpeg is not the best tool to stream recorded TS if you want it to passthrough as is.
As Henk hinted, FFmpeg will try to interpret the meaning and reconstruct the data to some degree. You can "-vcodec copy -acodec copy", but still other necessary info (i.e. PCR) will be reconstructed to make it non DVB compliant regardless it is scrambled or not.
For streaming TS files untouched, I would suggest you look into other software. -- David Shimamoto
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
On 2016/06/02 2:23, Marcelo Boufleur wrote:
If you need it to run in windows, there is a webpage in japanese ( http://pspunch.com/pd/article/tsdecrypt_win_ja.html) with information for compilation using Cygwin.
Haha, thanks for introducing my web page. I thought I managed to build it.. however due to it not working in production quite as expected, I am currently running tsdecrypt on VirtualBox+Debian on Windows. This works much better at no additional cost. -- David Shimamoto
ffmpeg -i rtp://239.0.0.111:8208 -f ogg -listen 1 http://localhost:80 ffmpeg version N-80117-gdac030d Copyright (c) 2000-2016 the FFmpeg developers built with gcc 5.3.0 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmfx --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
I have sent multiple display outputs and have not received help,I what I want is to catch a rtp transmission and send it as http,and get Error libavutil 55. 24.100 / 55. 24.100 libavcodec 57. 43.100 / 57. 43.100 libavformat 57. 37.101 / 57. 37.101 libavdevice 57. 0.101 / 57. 0.101 libavfilter 6. 46.100 / 6. 46.100 libswscale 4. 1.100 / 4. 1.100 libswresample 2. 0.101 / 2. 0.101 libpostproc 54. 0.100 / 54. 0.100 [NULL @ 0000000002052200] non-existing SPS 0 referenced in buffering period [NULL @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] mmco: unref short failure [h264 @ 0000000002052200] Increasing reorder buffer to 2 [h264 @ 0000000002052200] Increasing reorder buffer to 3 [h264 @ 0000000002052200] mmco: unref short failure Input #0, rtp, from 'rtp://239.0.0.111:8208': Duration: N/A, start: 41786.998867, bitrate: N/A Program 105 Stream #0:1: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 720x576 [SAR 16:11 DAR 20:11], 25 fps, 25 tbr, 90k tbn Stream #0:2(esp): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 192 kb/s (clean effects) Stream #0:0(vo): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 128 kb/s (clean effects) Stream #0:3(esp): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) [ogg @ 000000000290e360] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead. Last message repeated 1 times Output #0, ogg, to 'http://localhost:80': Metadata: encoder : Lavf57.37.101 Stream #0:0: Video: theora, yuv420p, 720x576 [SAR 16:11 DAR 20:11], q=2-31, 200 kb/s, 25 fps, 25 tbn Metadata: encoder : Lavc57.43.100 libtheora Stream #0:1(vo): Audio: vorbis, 48000 Hz, stereo, fltp (clean effects) Metadata: encoder : Lavc57.43.100 libvorbis Stream mapping: Stream #0:1 -> #0:0 (h264 (native) -> theora (libtheora)) Stream #0:0 -> #0:1 (mp2 (native) -> vorbis (libvorbis)) Press [q] to stop, [?] for help [h264 @ 00000000020709a0] mmco: unref short failure frame= 51 fps= 20 q=-0.0 size= 19kB time=00:00:02.00 bitrate= 77.1kbits/s dup=50 drop=0 sframe= 61 fps= 20 q=-0.0 size= 31kB time=00:00:02.44 bitrate= 104.4kbits/s dup=50 drop=0 sframe= 67 fps= 18 q=-0.0 size= 73kB time=00:00:02.68 bitrate= 222.0kbits/s dup=50 drop=0 sframe= 76 fps= 18 q=-0.0 size= 73kB time=00:00:03.04 bitrate= 195.7kbits/s dup=50 drop=0 sframe= 87 fps= 18 q=-0.0 size= 73kB time=00:00:03.48 bitrate= 170.9kbits/s dup=50 drop=0 sframe= 97 fps= 18 q=-0.0 size= 108kB time=00:00:03.88 bitrate= 227.7kbits/s dup=50 drop=0 sframe= 111 fps= 19 q=-0.0 size= 108kB time=00:00:04.44 bitrate= 199.0kbits/s dup=50 drop=0 sframe= 126 fps= 20 q=-0.0 size= 140kB time=00:00:05.04 bitrate= 228.2kbits/s dup=50 drop=0 s[rtp @ 00000000020024a0] max delay reached. need to consume packet [rtp @ 00000000020024a0] RTP: missed -59798 packets [rtp @ 00000000020024a0] RTP: PT=21: bad cseq 131e expected=fcb4 [rtp @ 00000000020024a0] max delay reached. need to consume packet [rtp @ 00000000020024a0] RTP: missed -59797 packets [h264 @ 000000000206fb20] error while decoding MB 8 30, bytestream -8 [h264 @ 000000000206fb20] concealing 311 DC, 311 AC, 311 MV errors in B frame frame= 140 fps= 20 q=-0.0 size= 181kB time=00:00:05.60 bitrate= 265.0kbits/s dup=50 drop=0 s[h264 @ 0000000002070e60] co located POCs unavailable [h264 @ 00000000020709a0] co located POCs unavailable [h264 @ 00000000020709a0] top block unavailable for requested intra mode [h264 @ 00000000020709a0] error while decoding MB 15 0, bytestream 1929 [h264 @ 00000000020709a0] concealing 1620 DC, 1620 AC, 1620 MV errors in B frame [h264 @ 000000000206fb20] left block unavailable for requested intra4x4 mode -1 [h264 @ 000000000206fb20] error while decoding MB 0 0, bytestream 42146 [h264 @ 000000000206fb20] concealing 1620 DC, 1620 AC, 1620 MV errors in I frame av_interleaved_write_frame(): Unknown error Last message repeated 2 times Error writing trailer of http://localhost:80: Error number -10053 occurredframe= 774 fps= 28 q=-0.0 Lsize= 827kB time=00:00:30.96 bitrate= 218.9kbits/s dup=681 drop=0 speed=1.11x video:772kB audio:64kB subtitle:0kB other streams:0kB global headers:7kB muxing overhead: unknown Conversion failed! I want to do it with ffmpeg mp4 but can not do,so I tried to do with ffserver but get errors when booting 2016-05-30 18:37 GMT+02:00 Dpto. Datos Television Costa Blanca < datos@tvt-datos.es>:
Hi,
Can you send the full output and tell us whats the problem exactly? You say what you want to do, and from your words I think is not working but you dont say that, just if there is a way to do it.
Regards,
P.S: Im not an expert, but the list need the full output of your command.
El 30/05/2016 a las 17:34, Simon Defayette escribió:
Hi, I am trying to stream over UDP or RTP a .ts file that I recorded to run some tests on a test&measure equipment and I can't find a way to do it when the file contains scrambled video. Is there a way to do it?
I do something like:
ffmpeg -re -i myfile_.ts -vcodec copy -acodec copy -f mpegts udp://host:port
or without the -re.
Any suggestion would be appreciated.
Regards,
Simon Defayette _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
Oh ok, that output... $ffmpeg -re -i Comcast_Chan43.ts -c:v copy -c:a copy -f mpegts udp:// 172.16.1.84:32000?pkt_size=188 ffmpeg version 2.8.6-1ubuntu2 Copyright (c) 2000-2016 the FFmpeg developers built with gcc 5.3.1 (Ubuntu 5.3.1-11ubuntu1) 20160311 configuration: --prefix=/usr --extra-version=1ubuntu2 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86 _64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresa mple --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite - -enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --en able-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzv bi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv libavutil 54. 31.100 / 54. 31.100 libavcodec 56. 60.100 / 56. 60.100 libavformat 56. 40.101 / 56. 40.101 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 40.101 / 5. 40.101 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 2.101 / 1. 2.101 libpostproc 53. 3.100 / 53. 3.100 [NULL @ 0x1b63ae0] start time for stream 0 is not set in estimate_timings_from_pts [NULL @ 0x1b6a3c0] start time for stream 3 is not set in estimate_timings_from_pts [NULL @ 0x1b92820] start time for stream 6 is not set in estimate_timings_from_pts [NULL @ 0x1b933c0] start time for stream 7 is not set in estimate_timings_from_pts [NULL @ 0x1b96d00] start time for stream 11 is not set in estimate_timings_from_pts [NULL @ 0x1b978a0] start time for stream 12 is not set in estimate_timings_from_pts [NULL @ 0x1b98440] start time for stream 13 is not set in estimate_timings_from_pts [NULL @ 0x1b9c400] start time for stream 18 is not set in estimate_timings_from_pts [NULL @ 0x1b9e3e0] start time for stream 21 is not set in estimate_timings_from_pts [NULL @ 0x1b9ec80] start time for stream 22 is not set in estimate_timings_from_pts [NULL @ 0x1ba35e0] start time for stream 27 is not set in estimate_timings_from_pts [NULL @ 0x1ba4180] start time for stream 28 is not set in estimate_timings_from_pts [NULL @ 0x1ba6180] start time for stream 31 is not set in estimate_timings_from_pts [NULL @ 0x1ba8400] start time for stream 34 is not set in estimate_timings_from_pts [NULL @ 0x1baa3a0] start time for stream 37 is not set in estimate_timings_from_pts [NULL @ 0x1baaf40] start time for stream 38 is not set in estimate_timings_from_pts [NULL @ 0x1baeec0] start time for stream 44 is not set in estimate_timings_from_pts [NULL @ 0x1bafa40] start time for stream 45 is not set in estimate_timings_from_pts [NULL @ 0x1bb1300] start time for stream 46 is not set in estimate_timings_from_pts [NULL @ 0x1bb35e0] start time for stream 49 is not set in estimate_timings_from_pts [NULL @ 0x1bb4180] start time for stream 50 is not set in estimate_timings_from_pts [NULL @ 0x1bb6700] start time for stream 53 is not set in estimate_timings_from_pts [NULL @ 0x1bb72a0] start time for stream 54 is not set in estimate_timings_from_pts [NULL @ 0x1bb7e40] start time for stream 55 is not set in estimate_timings_from_pts [mpegts @ 0x1b3e340] Could not find codec parameters for stream 0 (Video: mpeg2video ([2][0][0][0] / 0x0002), none(tv)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 1 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 2 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 3 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels, fltp): unspecified sample rate Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 4 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 5 (Unknown: none ([192][0][0][0] / 0x00C0)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 6 (Video: mpeg2video ([2][0][0][0] / 0x0002), none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 7 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 8 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 9 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 10 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 11 (Video: mpeg2video ([2][0][0][0] / 0x0002), none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 12 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 13 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 14 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 15 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 16 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 17 (Unknown: none ([192][0][0][0] / 0x00C0)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 18 (Video: mpeg2video ([2][0][0][0] / 0x0002), none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 19 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 20 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 21 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 22 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 23 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 24 (Unknown: none ([192][0][0][0] / 0x00C0)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 25 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 26 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 27 (Video: mpeg2video ([2][0][0][0] / 0x0002), none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 28 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 29 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 30 (Unknown: none ([192][0][0][0] / 0x00C0)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 31 (Video: mpeg2video ([2][0][0][0] / 0x0002), none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 32 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 33 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 34 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 35 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 36 (Unknown: none ([192][0][0][0] / 0x00C0)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 37 (Video: mpeg2video ([2][0][0][0] / 0x0002), none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 38 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 39 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 40 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 41 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 42 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 43 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 44 (Video: mpeg2video ([2][0][0][0] / 0x0002), none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 45 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 46 (Video: mpeg2video ([2][0][0][0] / 0x0002), none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 47 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 48 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 49 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 50 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 51 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 52 (Unknown: none ([192][0][0][0] / 0x00C0)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 53 (Video: mpeg2video ([2][0][0][0] / 0x0002), none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 54 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 55 (Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 56 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 57 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 58 (Unknown: none (ETV1 / 0x31565445)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x1b3e340] Could not find codec parameters for stream 59 (Unknown: none ([192][0][0][0] / 0x00C0)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options Comcast_Chan43.ts: could not find codec parameters Input #0, mpegts, from 'Comcast_Chan43.ts': Duration: N/A, bitrate: N/A Program 2201 Stream #0:42[0x150c]: Unknown: none (ETV1 / 0x31565445) Stream #0:43[0x150d]: Unknown: none (ETV1 / 0x31565445) Stream #0:44[0x150e]: Video: mpeg2video ([2][0][0][0] / 0x0002), none, 90k tbr, 90k tbn Stream #0:45[0x150f](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Program 2202 Program 2203 Stream #0:46[0x114a]: Video: mpeg2video ([2][0][0][0] / 0x0002), none, 90k tbr, 90k tbn Stream #0:47[0x114b]: Unknown: none (ETV1 / 0x31565445) Stream #0:48[0x114c]: Unknown: none (ETV1 / 0x31565445) Stream #0:49[0x114d](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Stream #0:50[0x114e](spa): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Stream #0:51[0x114f]: Unknown: none ([134][0][0][0] / 0x0086) Stream #0:52[0x14fc]: Unknown: none ([192][0][0][0] / 0x00C0) Program 2204 Stream #0:11[0x1151]: Video: mpeg2video ([2][0][0][0] / 0x0002), none, 90k tbr, 90k tbn Stream #0:12[0x1152](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Stream #0:13[0x1153](spa): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Stream #0:14[0x1154]: Unknown: none ([134][0][0][0] / 0x0086) Stream #0:15[0x1155]: Unknown: none (ETV1 / 0x31565445) Stream #0:16[0x1156]: Unknown: none (ETV1 / 0x31565445) Stream #0:17[0x14f9]: Unknown: none ([192][0][0][0] / 0x00C0) Program 2205 Program 2206 Program 2207 Stream #0:31[0x1165]: Video: mpeg2video ([2][0][0][0] / 0x0002), none, 90k tbr, 90k tbn Stream #0:32[0x1198]: Unknown: none (ETV1 / 0x31565445) Stream #0:33[0x1199]: Unknown: none (ETV1 / 0x31565445) Stream #0:34[0x1168](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Stream #0:35[0x1169]: Unknown: none ([134][0][0][0] / 0x0086) Stream #0:36[0x1504]: Unknown: none ([192][0][0][0] / 0x00C0) Program 2208 Stream #0:53[0x115e]: Video: mpeg2video ([2][0][0][0] / 0x0002), none, 90k tbr, 90k tbn Stream #0:54[0x115f](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Stream #0:55[0x1160](spa): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Stream #0:56[0x1161]: Unknown: none ([134][0][0][0] / 0x0086) Stream #0:57[0x1162]: Unknown: none (ETV1 / 0x31565445) Stream #0:58[0x1163]: Unknown: none (ETV1 / 0x31565445) Stream #0:59[0x1510]: Unknown: none ([192][0][0][0] / 0x00C0) Program 2209 Stream #0:0[0x1178]: Video: mpeg2video ([2][0][0][0] / 0x0002), none(tv), 90k tbr, 90k tbn, 90k tbc Stream #0:1[0x1179]: Unknown: none (ETV1 / 0x31565445) Stream #0:2[0x117a]: Unknown: none (ETV1 / 0x31565445) Stream #0:3[0x117b](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels, fltp Stream #0:4[0x117c]: Unknown: none ([134][0][0][0] / 0x0086) Stream #0:5[0x14fe]: Unknown: none ([192][0][0][0] / 0x00C0) Program 2210 Program 2211 Stream #0:18[0x1171]: Video: mpeg2video ([2][0][0][0] / 0x0002), none, 90k tbr, 90k tbn Stream #0:19[0x119c]: Unknown: none (ETV1 / 0x31565445) Stream #0:20[0x119d]: Unknown: none (ETV1 / 0x31565445) Stream #0:21[0x1174](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Stream #0:22[0x1175](spa): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Stream #0:23[0x1176]: Unknown: none ([134][0][0][0] / 0x0086) Stream #0:24[0x14fd]: Unknown: none ([192][0][0][0] / 0x00C0) Program 2212 Stream #0:25[0x11de]: Unknown: none (ETV1 / 0x31565445) Stream #0:26[0x11df]: Unknown: none (ETV1 / 0x31565445) Stream #0:27[0x11e0]: Video: mpeg2video ([2][0][0][0] / 0x0002), none, 90k tbr, 90k tbn Stream #0:28[0x11e1](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Stream #0:29[0x11e2]: Unknown: none ([134][0][0][0] / 0x0086) Stream #0:30[0x14fb]: Unknown: none ([192][0][0][0] / 0x00C0) Program 2213 Stream #0:37[0x118a]: Video: mpeg2video ([2][0][0][0] / 0x0002), none, 90k tbr, 90k tbn Stream #0:38[0x118b](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Stream #0:39[0x118c]: Unknown: none ([134][0][0][0] / 0x0086) Stream #0:40[0x118d]: Unknown: none (ETV1 / 0x31565445) Stream #0:41[0x118e]: Unknown: none (ETV1 / 0x31565445) Program 2214 Stream #0:6[0x1185]: Video: mpeg2video ([2][0][0][0] / 0x0002), none, 90k tbr, 90k tbn Stream #0:7[0x1186](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 0 channels Stream #0:8[0x1187]: Unknown: none ([134][0][0][0] / 0x0086) Stream #0:9[0x1188]: Unknown: none (ETV1 / 0x31565445) Stream #0:10[0x1189]: Unknown: none (ETV1 / 0x31565445) Output #0, mpegts, to 'udp://172.16.1.84:32000?pkt_size=188': Output file #0 does not contain any stream On Mon, May 30, 2016 at 1:12 PM, juan carlos Rebate <nerus492@gmail.com> wrote:
ffmpeg -i rtp://239.0.0.111:8208 -f ogg -listen 1 http://localhost:80 ffmpeg version N-80117-gdac030d Copyright (c) 2000-2016 the FFmpeg developers built with gcc 5.3.0 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmfx --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
I have sent multiple display outputs and have not received help,I what I want is to catch a rtp transmission and send it as http,and get Error libavutil 55. 24.100 / 55. 24.100 libavcodec 57. 43.100 / 57. 43.100 libavformat 57. 37.101 / 57. 37.101 libavdevice 57. 0.101 / 57. 0.101 libavfilter 6. 46.100 / 6. 46.100 libswscale 4. 1.100 / 4. 1.100 libswresample 2. 0.101 / 2. 0.101 libpostproc 54. 0.100 / 54. 0.100 [NULL @ 0000000002052200] non-existing SPS 0 referenced in buffering period [NULL @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] non-existing SPS 0 referenced in buffering period [h264 @ 0000000002052200] non-existing PPS 0 referenced [h264 @ 0000000002052200] decode_slice_header error [h264 @ 0000000002052200] no frame! [h264 @ 0000000002052200] mmco: unref short failure [h264 @ 0000000002052200] Increasing reorder buffer to 2 [h264 @ 0000000002052200] Increasing reorder buffer to 3 [h264 @ 0000000002052200] mmco: unref short failure Input #0, rtp, from 'rtp://239.0.0.111:8208': Duration: N/A, start: 41786.998867, bitrate: N/A Program 105 Stream #0:1: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 720x576 [SAR 16:11 DAR 20:11], 25 fps, 25 tbr, 90k tbn Stream #0:2(esp): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 192 kb/s (clean effects) Stream #0:0(vo): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 128 kb/s (clean effects) Stream #0:3(esp): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) [ogg @ 000000000290e360] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead. Last message repeated 1 times Output #0, ogg, to 'http://localhost:80': Metadata: encoder : Lavf57.37.101 Stream #0:0: Video: theora, yuv420p, 720x576 [SAR 16:11 DAR 20:11], q=2-31, 200 kb/s, 25 fps, 25 tbn Metadata: encoder : Lavc57.43.100 libtheora Stream #0:1(vo): Audio: vorbis, 48000 Hz, stereo, fltp (clean effects) Metadata: encoder : Lavc57.43.100 libvorbis Stream mapping: Stream #0:1 -> #0:0 (h264 (native) -> theora (libtheora)) Stream #0:0 -> #0:1 (mp2 (native) -> vorbis (libvorbis)) Press [q] to stop, [?] for help [h264 @ 00000000020709a0] mmco: unref short failure frame= 51 fps= 20 q=-0.0 size= 19kB time=00:00:02.00 bitrate= 77.1kbits/s dup=50 drop=0 sframe= 61 fps= 20 q=-0.0 size= 31kB time=00:00:02.44 bitrate= 104.4kbits/s dup=50 drop=0 sframe= 67 fps= 18 q=-0.0 size= 73kB time=00:00:02.68 bitrate= 222.0kbits/s dup=50 drop=0 sframe= 76 fps= 18 q=-0.0 size= 73kB time=00:00:03.04 bitrate= 195.7kbits/s dup=50 drop=0 sframe= 87 fps= 18 q=-0.0 size= 73kB time=00:00:03.48 bitrate= 170.9kbits/s dup=50 drop=0 sframe= 97 fps= 18 q=-0.0 size= 108kB time=00:00:03.88 bitrate= 227.7kbits/s dup=50 drop=0 sframe= 111 fps= 19 q=-0.0 size= 108kB time=00:00:04.44 bitrate= 199.0kbits/s dup=50 drop=0 sframe= 126 fps= 20 q=-0.0 size= 140kB time=00:00:05.04 bitrate= 228.2kbits/s dup=50 drop=0 s[rtp @ 00000000020024a0] max delay reached. need to consume packet [rtp @ 00000000020024a0] RTP: missed -59798 packets [rtp @ 00000000020024a0] RTP: PT=21: bad cseq 131e expected=fcb4 [rtp @ 00000000020024a0] max delay reached. need to consume packet [rtp @ 00000000020024a0] RTP: missed -59797 packets [h264 @ 000000000206fb20] error while decoding MB 8 30, bytestream -8 [h264 @ 000000000206fb20] concealing 311 DC, 311 AC, 311 MV errors in B frame frame= 140 fps= 20 q=-0.0 size= 181kB time=00:00:05.60 bitrate= 265.0kbits/s dup=50 drop=0 s[h264 @ 0000000002070e60] co located POCs unavailable [h264 @ 00000000020709a0] co located POCs unavailable [h264 @ 00000000020709a0] top block unavailable for requested intra mode [h264 @ 00000000020709a0] error while decoding MB 15 0, bytestream 1929 [h264 @ 00000000020709a0] concealing 1620 DC, 1620 AC, 1620 MV errors in B frame [h264 @ 000000000206fb20] left block unavailable for requested intra4x4 mode -1 [h264 @ 000000000206fb20] error while decoding MB 0 0, bytestream 42146 [h264 @ 000000000206fb20] concealing 1620 DC, 1620 AC, 1620 MV errors in I frame av_interleaved_write_frame(): Unknown error Last message repeated 2 times Error writing trailer of http://localhost:80: Error number -10053 occurredframe= 774 fps= 28 q=-0.0 Lsize= 827kB time=00:00:30.96 bitrate= 218.9kbits/s dup=681 drop=0 speed=1.11x video:772kB audio:64kB subtitle:0kB other streams:0kB global headers:7kB muxing overhead: unknown Conversion failed! I want to do it with ffmpeg mp4 but can not do,so I tried to do with ffserver but get errors when booting
2016-05-30 18:37 GMT+02:00 Dpto. Datos Television Costa Blanca < datos@tvt-datos.es>:
Hi,
Can you send the full output and tell us whats the problem exactly? You say what you want to do, and from your words I think is not working but you dont say that, just if there is a way to do it.
Regards,
P.S: Im not an expert, but the list need the full output of your command.
El 30/05/2016 a las 17:34, Simon Defayette escribió:
Hi, I am trying to stream over UDP or RTP a .ts file that I recorded to run some tests on a test&measure equipment and I can't find a way to do it when the file contains scrambled video. Is there a way to do it?
I do something like:
ffmpeg -re -i myfile_.ts -vcodec copy -acodec copy -f mpegts udp://host:port
or without the -re.
Any suggestion would be appreciated.
Regards,
Simon Defayette _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
participants (6)
-
Dpto. Datos Television Costa Blanca -
Henk D. Schoneveld -
juan carlos Rebate -
Marcelo Boufleur -
PSPunch -
Simon Defayette