Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-06-02 Thread PSPunch

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-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-06-01 Thread Marcelo Boufleur
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 :

> 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-requ...@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-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-31 Thread PSPunch

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-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread Simon Defayette
Ok, I thought it could extrapolate from the PCR.

On Mon, May 30, 2016 at 1:58 PM, Henk D. Schoneveld 
wrote:

>
> On 30 May 2016, at 19:06, Simon Defayette 
> 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 <
> > da...@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-requ...@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-requ...@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-requ...@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-requ...@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-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread Henk D. Schoneveld

On 30 May 2016, at 19:06, Simon Defayette  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 <
> da...@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-requ...@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-requ...@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-requ...@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-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread Simon Defayette
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
  libavformat56. 40.101 / 56. 40.101
  libavdevice56.  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
  libpostproc53.  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 'probesiz

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread juan carlos Rebate
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
>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
  libavutil  55. 24.100 / 55. 24.100
  libavcodec 57. 43.100 / 57. 43.100
  libavformat57. 37.101 / 57. 37.101
  libavdevice57.  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
  libpostproc54.  0.100 / 54.  0.100
[NULL @ 02052200] non-existing SPS 0 referenced in buffering period
[NULL @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] decode_slice_header error
[h264 @ 02052200] no frame!
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] decode_slice_header error
[h264 @ 02052200] no frame!
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] decode_slice_header error
[h264 @ 02052200] no frame!
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] decode_slice_header error
[h264 @ 02052200] no frame!
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] decode_slice_header error
[h264 @ 02052200] no frame!
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] decode_slice_header error
[h264 @ 02052200] no frame!
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] decode_slice_header error
[h264 @ 02052200] no frame!
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] decode_slice_header error
[h264 @ 02052200] no frame!
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] decode_slice_header error
[h264 @ 02052200] no frame!
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] non-existing SPS 0 referenced in buffering period
[h264 @ 02052200] non-existing PPS 0 referenced
[h264 @ 02052200] decode_slice_header error
[h264 @ 0

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread Simon Defayette
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 <
da...@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-requ...@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-requ...@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-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread Dpto. Datos Television Costa Blanca

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-requ...@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-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread juan carlos Rebate
I try to do the opposite, I do not find anything

2016-05-30 17:34 GMT+02:00 Simon Defayette :

> 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-requ...@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-requ...@ffmpeg.org with subject "unsubscribe".