[FFserver-user] Ответ: Ответ: FFserver stream without transcoding

davek davidkierz at gmail.com
Tue Jul 12 16:36:52 CEST 2011


ffmpeg -r 15 -s 352x288 -f video4linux -i /dev/video0 -vcodec
mpeg2video -f mpeg2ts udp://224.0.0.1:1234

On Tue, Jul 12, 2011 at 10:06 AM, Metasov Arthur <metasov at gmail.com> wrote:
> I already have mpeg2 video from tv tuner with hardware encoding.
> /dev/video0 can be opened only once and I should have several streams -
> unicast, multicast, unicast, http ts and http flv. Now I am using vlc, but I
> have audio-sync issued when transcoding to flv. So I decided trying switch
> to ffmpeg/ffserver.
> --
> Metasov Arthur
> Отправлено с помощью Sparrow
>
> вторник, 12 июля 2011 г. в 17:02, davek пишет:
>
> you can encode a mpegts over mulitcase udp something like this
> ffmpeg -i file.ave -vcodec mpeg2video -f mpeg2ts udp://224.0.0.1:1234
>
> On Tue, Jul 12, 2011 at 9:47 AM, Metasov Arthur <metasov at gmail.com> wrote:
>
> And what about serving mpeg-ts without transcoding over http?
>
> --
> Metasov Arthur
> Отправлено с помощью Sparrow
>
> вторник, 12 июля 2011 г. в 09:36, davek пишет:
>
> ffserver cant send a udp mpeg ts
> ffmpeg can
>
> On Mon, Jul 11, 2011 at 9:01 PM, Metasov Arthur <metasov at gmail.com> wrote:
>
> Good time of day, Community.
>
> I have tv tuner/video capture card which works as /dev/video0 and sends
> mpeg2 video and mpeg2 audio.
> Now i am using vlc to retransmit it to network as MPEG-TS stream.
> I want to use ffserver to transmit it to network(unicast+multicast) and to
> renocode it to flv for using on website.
> Anybody knows how can I use ffserver to just transmit mpeg2 stream which it
> receives from tuner without reincoding?
> --
> Metasov Arthur
> Отправлено с помощью Sparrow
>
> _______________________________________________
> ffserver-user mailing list
> ffserver-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffserver-user
>
> _______________________________________________
> ffserver-user mailing list
> ffserver-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffserver-user
>
>
> _______________________________________________
> ffserver-user mailing list
> ffserver-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffserver-user
>
> _______________________________________________
> ffserver-user mailing list
> ffserver-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffserver-user
>
>
> _______________________________________________
> ffserver-user mailing list
> ffserver-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffserver-user
>
>


More information about the ffserver-user mailing list