Ticket #602 (open enhancement)

Opened 19 months ago

Last modified 18 months ago

feature request: movie sink for ffplay

Reported by: rogerdpack Owned by:
Priority: wish Component: avfilter
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

The scenarios that would this attempt to handle better:

1) someone is recording from their webcam, wants to see the output as it is (simultaneously) recorded.
2) same thing, but they want to stream it, while it is being recorded, or the like.

Basically this is a feature request to make ffplay/ffserver into "movie sink's" which I think would handle this.

I'm mostly basing this from VLC, which can split and stream or convert or display (and since ffmpeg can split now, it might be nice to do the other things too):

VLC: duplicate{dst=display}  http://www.videolan.org/doc/streaming-howto/en/ch04.html

Making ffserver programmable via command-line (as VLC's is) would be convenient, at times, too.
Cheers!
-roger-

ref: http://ffmpeg.org/pipermail/ffmpeg-user/2011-October/002904.html

Change History

comment:1 follow-up: ↓ 2 Changed 19 months ago by burek

I'd like to support this feature request, because it's really a handy one.
Right now, I'm using mpegts/udp to stream the output of the ffmpeg to an udp port, which I then replicate/multiply and reuse the stream to save/stream media.
But, mpegts is not so good, because it has a lot of quirks and it distorts timestamps (vlc always complaints when I feed ffmpeg's mpegts/udp output to it, even when I'm on LAN), so I always end up fixing the media and can't ever rely on ffmpeg to create a valid stream :(

comment:2 in reply to: ↑ 1 Changed 19 months ago by cehoyos

Replying to burek:

But, mpegts is not so good, because it has a lot of quirks and it distorts timestamps (vlc always complaints when I feed ffmpeg's mpegts/udp output to it, even when I'm on LAN), so I always end up fixing the media and can't ever rely on ffmpeg to create a valid stream :(

Please consider reporting problems with the mpeg-ts muxer.

comment:3 Changed 19 months ago by saste

  • Type changed from defect to enhancement
  • Component changed from undetermined to avfilter

comment:4 Changed 18 months ago by cehoyos

  • Priority changed from normal to wish
  • Status changed from new to open
Note: See TracTickets for help on using tickets.