开发者

Where to get live video streaming examples ( GStreamer )? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago. 开发者_运维百科

Where to get live video + audio streaming examples ( GStreamer )? So for example streaming from File or Web camera to some web address


This comes from the man pages...

An MPEG-1 system stream can be streamed via RTP from one machine to another.

Use this command on the receiver gst-launch rtprecv media_type=mpeg1_sys ! mpegdemux name=demuxer ! { queue ! mpeg2dec ! xvideosink } { demuxer. ! queue ! mad ! osssink }

This command would be run on the transmitter gst-launch filesrc location=mpeg1system.mpeg ! mpegparse ! rtpsend ip=IPorHostname


This page contains a few samples on how to do RTP streaming with GStreamer.

It's not clear from your post if GStreamer is really a requirement, so just FYI: live streaming is easier with VLC.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜