Hello
Prior, the code below would start the camera stream with no trouble. Now, it locks up the system. Anybody run into this before ?
raspivid -t 0 -h 720 -w 1080 -fps 25 -hf -b 2000000 -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 ! gdppay ! tcpserversink host=192.168.43.40 port=5000
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstTCPServerSink:tcpserversink0: current-port = 0
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstTCPServerSink:tcpserversink0: Could not open resource for reading.
Additional debug info:
gsttcpserversink.c(398): gst_tcp_server_sink_init_send (): /GstPipeline:pipeline0/GstTCPServerSink:tcpserversink0:
Failed to bind on host '192.168.43.40:5000': Error binding to address: Cannot assign requested address
ERROR: pipeline doesn't want to preroll.
Any information would be much appreciated . Thanks !
Replies