Error script returned with 256 [Solved]
Posted: Sunday 08 March 2020 1:33
I am trying to run a simple command to stream my webcam to the chromecast.
Always returning with 256. tried Chmod an checked if permissions are right.
I can execute the script from terminal.
Code: Select all
#!/bin/bash
cvlc --sout="#chromecast{ip=192.168.1.XXX}" --demux-filter=demux_chromecast rtsp://admin:[email protected]:xx0/Streaming/Channels/1/picture
I can execute the script from terminal.