[FFmpeg-trac] #4377(ffplay:new): MPEG2TS Stream Change not Handled

FFmpeg trac at avcodec.org
Thu Mar 19 22:02:26 CET 2015


#4377: MPEG2TS Stream Change not Handled
-------------------------------------+----------------------------------
             Reporter:  jlsantiago0  |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  ffplay
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+----------------------------------

Comment (by jlsantiago0):

 The files are located at http://162.97.176.3/ffmpeg-issue-4377-part1.ts
 and http://162.97.176.3/ffmpeg-issue-4377-part2.ts .

 I am streaming the TS files using 'tsplay' from TSTools at
 http://code.google.com/p/tstools/ .

 The following is an example of a simple script that can be used to stream
 them:

 {{{

 #!/bin/bash

 ./tsplay
 trap "exit 0" INT EXIT TERM HUP PIPE QUIT ILL KILL ABRT

 while true
 do
    eval ./tsplay \
       ./ffmpeg-issue-4377-part1.ts \
       239.36.13.100:4900 -hd
    eval ./tsplay \
       ./ffmpeg-issue-4377-part2.ts \
       239.36.13.100:4900 -hd
 done

 }}}

 You can also see the issue by appending the two files together and playing
 them using FFplay.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4377#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list