Page 1 of 1

Live-Stream via web

Posted: 27 Feb 2005 20:10
by PhunkY
Hello everybody,

I am hardly try to receive a stream through the internet. I think I have checked every combination, but no success.
My goal is to receive a stream from a TV-card which I control from a websurface/webinterface. The only thing that works fine, is streaming to a file which can opened through the internet with the vlc.
In my own intranet everything works fine. I can control my TV card. I am able to switch the TV-channel and I am able to switch the input source.
..... but unfortunatly I cant see the stream as a livestream in the internet.
I am connected to internet with a Router using. Perhaps somthing to modify here, but today I connected my Server direct to my modem. But the with the same result.
If you need any more details don´t hesitate to contact me.

Could anyone give me an advice how to stream trough the i-net via http, udp or any other kind of networkstream.


Thank you in advance

PhunkY

Posted: 27 Feb 2005 22:09
by klingler
Are you sure your provider let's you access http from the outside?

What IP addresses get you assigned to your machine and have you tried with setting up a normal webserver for testing?


rick

.

Posted: 27 Feb 2005 23:30
by PhunkY
Thank you for your reply.

The local machine is assigned to a private IP 192.168.0.2:8080 .
Router forwarded port 8080 to this machine
OS=WinXP
Server=Apache - WAMPP

I have to add some more details. When I use from home, a VPN connection to get outside of my homenet, I am able to see everything I desire. This connection isolate me from my intranet and I have no access to my local net.

I have also already tested some weeks ago, the windows mediaencoder. This works without any problems, but have not the comfort to switch channels on my TV and not a website for control.

The "TV"-Server is available through the internet. I can start streaming - but can not receive. If you need access, I can send you via PM the domainname for testing. On the top you will see a status line to control the settings.

And I think my provider let me http from outside because I am able to stream from a file like http://mydomain.de:8080/streaming/filename.xxx
But this is not realy livestream, only timeshift :-(

I have justed reconfigure to port 80. But sorry to say, doesn´t work. Here is my command line

start e:\Programme\VideoLAN\VLC\vlc.exe --intf=http --http-host=127.0.0.1:9001 dshow:// --dshow-vdev="Hauppauge WinTV Capture" --dshow-adev="C-Media Wave Device" --dshow-tuner-channel=25 --dshow-tuner-country=49 --dshow-tuner-input=1 --dshow-chroma=I420
:sout=#transcode{vcodec=DIV3,vb=192,acodec=mp3,ab=32,channels=2,scale=1}
:duplicate{dst=std{access=udp,mux=ts,url="80.171.155.168:1234"}}

PhunkY

Posted: 28 Feb 2005 14:33
by klingler
Yes...you can drop me your URL's for testing...if your uplink has enough bandwidth for streaming out (o;


rick


.

Posted: 28 Feb 2005 15:10
by PhunkY
@rick/klingler
FYI - I have just sent the PM to you

Posted: 28 Feb 2005 20:05
by xtophe
Phunky,

You strean to 80.171.155.168. Who's that ?
Is it the IP of the client ? if yes add, something like --ttl 12 or more .
If you don't know the ip of the client, you'd better using http streaming and enabling port forwarding on your router.


hth,