Page 1 of 1

Error script returned with 256 [Solved]

Posted: Sunday 08 March 2020 1:33
by Justintime
I am trying to run a simple command to stream my webcam to the chromecast.

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
Always returning with 256. tried Chmod an checked if permissions are right.

I can execute the script from terminal.


Re: Error script returned with 256

Posted: Sunday 08 March 2020 12:31
by Justintime
Solved... The solution was in this thread.

https://www.domoticz.com/forum/viewtopic.php?t=17004