Re-streaming a local WiFi ethernet streaming from GoPro 3

About encoding, codec settings, muxers and filter usage
aitte
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 28 Feb 2012 00:26

Re-streaming a local WiFi ethernet streaming from GoPro 3

Postby aitte » 14 Mar 2013 00:16

Hi everyone!

I've bought a GoPro 3, that can stream live video at a local wifi LAN.

I can streaming it directly from GoPro (via WiFi) to VLC (at local computer) like this video: http://www.youtube.com/watch?v=Tovaxk6zZ6Q

Buuut, the question is: can I "re-streaming" this video from my computer to the all the internet (WAN) using some trick in VLC? VLC will be like a "repeater" of the streaming, from the local LAN to internet...

It's possible?

I want to cover an event at my job with the GoPro and stream this to other friends around the world... If it is not possible this way, there's some sugestions to make it happens?

THANKS in advance!! ;)

Rémi Denis-Courmont
Developer
Developer
Posts: 15346
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Re-streaming a local WiFi ethernet streaming from GoPro

Postby Rémi Denis-Courmont » 14 Mar 2013 17:32

It depends on your computer power and your network connection.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

aitte
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 28 Feb 2012 00:26

Re: Re-streaming a local WiFi ethernet streaming from GoPro

Postby aitte » 14 Mar 2013 22:55

Ok, there's no problem about computer power and network connection. I need to know how can I SETUP a "re-streaming" system from a stream transmitted from another computer at the same local network. That's it! =)

linpoyu0415
New Cone
New Cone
Posts: 8
Joined: 02 Apr 2013 04:46
VLC version: 2.0.5
Operating System: Windows
Location: Hsichu, Taiwan

Re: Re-streaming a local WiFi ethernet streaming from GoPro

Postby linpoyu0415 » 09 Apr 2013 08:10

You could try the command below,

Code: Select all

VLC --intf=dummy http://10.5.5.9:8080/live/amba.m3u8 --http-host=172.18.66.145 :sout=#http{mux=ts,dst=:80/} :sout-keep --repeat
where <http://10.5.5.9:8080/live/amba.m3u8> is the GoPro httplive URL, and <172.18.66.145> is your another public IP from your computer to internet. As for a client, you could use VLC media player with a network URL <http://172.18.66.145/> to view the live stream from your computer.

You could also use the RTSP to restream your GoPro livestream as below,

Code: Select all

VLC --intf=dummy http://10.5.5.9:8080/live/amba.m3u8 --rtsp-host=172.18.66.145 :sout=#rtp{sdp=rtsp://:8554/} :sout-keep --repeat
In your VLC client, you can type a network URL as <rtsp://172.18.66.145:8554/>

That's all. Hope it helps.
Please let me if it works.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: Google [Bot] and 10 guests