Hello,
I am having an issue streaming my screen via RTSP when using the command line. I am able to stream rtsp through the gui to many computers. Using the GUI it is spitting out this configuration for VLC: :sout=#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{sdp=rtsp://:8554/stream.sdp} :sout-keep.
This is my command line which should start VLC and screen share: vlc.exe screen:// :sout=#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{sdp=rtsp://:8554/stream.sdp} :sout-keep
The process starts up however I cannot view the video stream on the receiving end... it seems like the transcoding is not working when launching via CLI. ***I am running VLC 2.1.3 Rincewind. ***
Thank you, any information is helpful