[FFmpeg-trac] #7758(undetermined:new): Unable to playback hardware encoded H.264 to RED5 server using FFmpeg on Windows

FFmpeg trac at avcodec.org
Tue Mar 12 16:59:21 EET 2019


#7758: Unable to playback hardware encoded H.264 to RED5 server using FFmpeg on
Windows
-------------------------------------+-------------------------------------
             Reporter:  lhastie      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by lhastie):

 I raised the issue with the hardware provider and they assured me that the
 camera should work on Windows with '''DShow''', although they said that
 they do not use FFmpeg themselves.  I have managed to get the camera to
 stream to '''RED5''' using FFmpeg pipes.  See command below :


 {{{
 ffmpeg -y -f dshow -vcodec h264 -i video="USB Camera" -vcodec copy
 -copyinkf -f flv pipe:1 | ffmpeg -i pipe:0 -c copy -f flv
 rtmp://192.168.75.34/live/livestream
 }}}

 Although I cannot explain why this works and my command without the pipes
 doesn't.  Any insight would be appreciated.

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


More information about the FFmpeg-trac mailing list