問題タブ [gstreamer-1.0]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Python からの rtsp ストリームの出力ポートの設定
Python から opencv フレームの RTSP ストリームを生成しようとしています。そのためにGstreamerを使用し、フレームをストリーミングして別のPCのVLCで読み取ることができました。私の問題は、ポート554にストリーミングしたいのに、コードがデフォルトのポート8554 (つまり、ストリームが in ) を使用することです。rtsp://hostIp:8554/test
launch_string
たとえば、 に多くの追加を試みました'! gdppay ! tcpserversink host=serverIp port=554'
。ただし、アプリは gstreamer エラーでクラッシュするか、何もストリーミングされません。
それは可能ですか?
私のコード(ほとんどをここから取りました):
ありがとうございました。