rdp / on-screen-capture-recorder-to-video-windows-free

moved to https://github.com/rdp/screen-capture-recorder-to-video-windows-free
https://github.com/rdp/screen-capture-recorder-to-video-windows-free
11 stars 11 forks source link

Stream in RTSP possible? #5

Open toni996 opened 10 years ago

toni996 commented 10 years ago

Is there any way to stream the "Screen Capture" in rtsp? My Client Box is not able to receive multicast. Or, for example how can i include here the username and password? udp://admin:admin@192.168.1.160:2000 - Is it possible in any way? Or is there any way to stream like this rtsp://192.168.1.160:554/1? What are the optional commands i can try? Thank you for any help!

rdp commented 10 years ago

Try something like

rtsp://login:password@xxx.xxx.xxx.xxx/videoinput_1/mjpeg/media.stm Are you referring to from the GUI or command line? (the latest GUI version lets you do udp from the GUI -- only )

On Thu, Apr 24, 2014 at 3:14 PM, toni996 notifications@github.com wrote:

Is there any way to stream the "Screen Capture" in rtsp? My Client Box is not able to receive multicast. Or, for example how can i include here the username and password? udp://admin:admin@192.168.1.160:2000 - Is it possible in any way? Or is there any way to stream like this rtsp://192.168.1.160:554/1? What are the optional commands i can try? Thank you for any help!

— Reply to this email directly or view it on GitHubhttps://github.com/rdp/on-screen-capture-recorder-to-video-windows-free/issues/5 .

toni996 commented 10 years ago

i can stream for example with vlc with this command: vlc -vvv "screen://" --sout "#transcode{venc=x264{keyint=60,profile=baseline,level=3.0,nocabac},vcodec=x264,vb1000,fps=15}:rtp{sdp=rtsp://:8554/11}" With that stream from vlc my client box can connect without any problems. I enter the ip and port from server there and i can see the desktop. But with vlc the screen record is not that good (mouse flickering,...) like the one from you. and both apps together i don't want to use when maybe screen capture recorder can do the same alone? Wich version i have to download to use the command line? or is there any documentation how to use command line? Thank you!

rdp commented 10 years ago

try plugging in rtsp://:8554/11 or maybe rtsp://hostname:8554/11 to the "stream to" option in the preferences pane ("record or stream audio or video" app). HTH.

On Thu, Apr 24, 2014 at 4:08 PM, toni996 notifications@github.com wrote:

i can stream for example with vlc with this command: vlc -vvv "screen://" --sout "#transcode{venc=x264{keyint=60,profile=baseline,level=3.0,nocabac},vcodec=x264,vb1000,fps=15}:rtp{sdp=rtsp://:8554/11}"

With that stream from vlc my client box can connect without any problems. I enter the ip and port from server there and i can see the desktop. But with vlc the screen record is not that good (mouse flickering,...) like the one from you. and both apps together i don't want to use when maybe screen capture recorder can do the same alone? Wich version i have to download to use the command line? or is there any documentation how to use command line? Thank you!

— Reply to this email directly or view it on GitHubhttps://github.com/rdp/on-screen-capture-recorder-to-video-windows-free/issues/5#issuecomment-41338780 .

toni996 commented 10 years ago

where is the preferences pane you mean? i have only one line to put the udp:// in and no more parameter field. bt it does not accept rtsp there. under "stream desktop" it only works with udp, otherwise server stopps imm. when i do "record or stream video and audio" i have options, but i cannot unselect "save to file" and i cannot select "stream to url" can i start this streaming by command line? i do the screen area setup manualy and by command line i start ffmpeg and set the parameters?

rdp commented 10 years ago

which version are you using? You should be able to uncheck "save to file" then check "stream to url" and click the "set streaming options" button to set it to the new url (rtsp://) Let me know how I can clarify the GUI there if you have any suggestion. Anyway command line would be ffmpeg -f dshow -i video=screen-capture-recorder -vcodec libx264 rtsp://... I think so anyway...

On Thu, Apr 24, 2014 at 4:55 PM, toni996 notifications@github.com wrote:

where is the preferences pane you mean? i have only one line to put the udp:// in and no more parameter field. bt it does not accept rtsp there. under "stream desktop" it only works with udp, otherwise server stopps imm. when i do "record or stream video and audio" i have options, but i cannot unselect "save to file" and i cannot select "stream to url" can i start this streaming by command line? i do the screen area setup manualy and by command line i start ffmpeg and set the parameters?

— Reply to this email directly or view it on GitHubhttps://github.com/rdp/on-screen-capture-recorder-to-video-windows-free/issues/5#issuecomment-41342451 .