streaming date playback

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

streaming date playback

streaming date playback

1) rtsp

gst-launch-1.0 rtspsrc location=rtsp://192.168.0.105:10000 name=source ! queue ! rtph264depay ! vpudec ! overlaysink source. ! queue ! rtpmp4gdepay ! aacparse ! beepdec ! alsasink

pc side:

open vlc, choose media , then choose stream and rtsp, then choose the port to 10000

2)udp

imx side:

gstream 0.1 version:

gst-launch udpsrc do-timestamp=false uri=udp://192.168.0.255:10000 caps="video/mpegts" ! aiurdemux streaming_latency=400 name=d d. ! queue ! vpudec low-latency=true ! queue ! mfw_v4lsink sync=true d. ! queue ! beepdec ! alsasink sync=true

gstream 1.0 version:

gst-launch-1.0 udpsrc do-timestamp=false uri=udp://192.168.0.255:10000 caps="video/mpegts" ! aiurdemux streaming-latency=400 name=d d. ! queue ! vpudec ! queue ! overlaysink sync=true d. ! queue ! beepdec ! pulsesink sync=true

pc side:

open vlc , then choose media, then choose stream and add the ts file, then choose dup(legacy) in the destinationsetup, then set the same broadcasting address as the gstreamer command set, then streaming.

ラベル(1)
評価なし
バージョン履歴
最終更新日:
‎09-28-2015 03:12 AM
更新者: