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

Streaming not possible #9

Open P4ul1 opened 9 years ago

P4ul1 commented 9 years ago

Hi,

I try to stream my desktop from host (Windows 8.1) to my raspberry pi. On the host everything works fine. The integrated mplayer shows my desktop. (very nice :))

Does not matter if I use the Recording Options with e.g. udp://192.168.x.x:1234 or the Stream-Desktop-App with the same ip.

If i use the "netstat -an"-command in the windows-console I can't find a line with this address. I think the stream doesn' t start on network.

Firewall is off, AV is off

Any idea ? Thank's for help

rdp commented 9 years ago

You can't see one while you're streaming?

On Mon, Feb 9, 2015 at 12:16 PM, P4ul1 notifications@github.com wrote:

Hi,

I try to stream my desktop from host (Windows 8.1) to my raspberry pi. On the host everything works fine. The integrated mplayer shows my desktop. (very nice :))

Does not matter if I use the Recording Options with e.g. udp://192.168.x.x:1234 or the Stream-Desktop-App with the same ip.

If i use the "netstat -an"-command in the windows-console I cant find a line with this address. I think the stream doesn' t start on network.

Any idea ? Thank for help

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

P4ul1 commented 9 years ago

Yes. No open udp-port on 192.168.x.x:1234.

rdp commented 9 years ago

can you receive it pc to pc?

On Tue, Feb 10, 2015 at 5:49 AM, P4ul1 notifications@github.com wrote:

Yes. No open udp-port on 192.168.x.x:1234.

— Reply to this email directly or view it on GitHub https://github.com/rdp/on-screen-capture-recorder-to-video-windows-free/issues/9#issuecomment-73693835 .

P4ul1 commented 9 years ago

no. isn't possible. i found another tutorial that works. thanks for helping.

rdp commented 9 years ago

OK maybe post the solution here for followers?

On Sat, Feb 21, 2015 at 8:48 AM, P4ul1 notifications@github.com wrote:

no. isn't possible. i found another tutorial that works. thanks for helping.

— Reply to this email directly or view it on GitHub https://github.com/rdp/on-screen-capture-recorder-to-video-windows-free/issues/9#issuecomment-75377326 .

P4ul1 commented 9 years ago

http://www.raspberrypi.org/forums/viewtopic.php?f=35&t=89605

i tried this one. and it works great

rdp commented 9 years ago

nice thanks!

On Sun, Feb 22, 2015 at 3:09 AM, P4ul1 notifications@github.com wrote:

http://www.raspberrypi.org/forums/viewtopic.php?f=35&t=89605

i tried this one. and it works great

— Reply to this email directly or view it on GitHub https://github.com/rdp/on-screen-capture-recorder-to-video-windows-free/issues/9#issuecomment-75428377 .

rdp commented 9 years ago

As a note, you might be able to get lower latency using possibly mplayer? https://trac.ffmpeg.org/wiki/StreamingGuide but I'm not sure how to make it work with audio yet, thanks for the link!

On Sun, Feb 22, 2015 at 9:02 AM, Roger Pack rogerdpack@gmail.com wrote:

nice thanks!

On Sun, Feb 22, 2015 at 3:09 AM, P4ul1 notifications@github.com wrote:

http://www.raspberrypi.org/forums/viewtopic.php?f=35&t=89605

i tried this one. and it works great

— Reply to this email directly or view it on GitHub https://github.com/rdp/on-screen-capture-recorder-to-video-windows-free/issues/9#issuecomment-75428377 .

P4ul1 commented 9 years ago

ok, thank you.