PDA

View Full Version : [Question] RTMP feed timed in web. Trying to open through URL.


Amstiir
12-06-2012, 10:10 PM
Hello gentlemen,

I've been lurking the web to find an answer to this "problem" I'm having.
Here's the thing, I'm trying to get a live video feed stream to open
through some media player in my PC.

Problem is: I have sniffed the URL using NetTransport, and CooJah, and got the streaming URL: rtmp://200.141.78.68/cet-rio/3.stream

This is one of the streams given by traffic control, I've been trying to access this for longer than 10 seconds (time the website (http://www.rio.rj.gov.br/web/riotransito) gives us to watch),
so I can tell when traffic is ok to get to work...
Anyhow, I've tried to open this URL in VLC player, BS Player, and WMP but they return error,
I want to open it instead of downloading. Is there any possible way to do that?

I'm sorry to be straight forward about this matter, I would have introduced myself in other cases, but I really need to know how this works.

Thanks for your time and expertise,
Amst.

hasomaso
12-06-2012, 10:31 PM
use rtmpexplorer
use vlc 2.0.4

http://img141.imageshack.us/img141/9338/unbenanntfzc.png

svnpenn2
12-06-2012, 11:33 PM
Because website is slow and horrible.

$ time wget www.rio.rj.gov.br/web/riotransito
--2012-12-07 00:32:37-- http://www.rio.rj.gov.br/web/riotransito
Resolving www.rio.rj.gov.br (www.rio.rj.gov.br)... 200.141.78.77, 200.141.78.75,
200.141.78.74
Connecting to www.rio.rj.gov.br (www.rio.rj.gov.br)|200.141.78.77|:80... failed:
Connection timed out.
Connecting to www.rio.rj.gov.br (www.rio.rj.gov.br)|200.141.78.75|:80... connect
ed.
HTTP request sent, awaiting response... 200 OK
Length: 9158 (8.9K) [text/html]
Saving to: `riotransito.1'

100%[======================================>] 9,158 --.-K/s in 0s

2012-12-07 00:32:58 (23.6 MB/s) - `riotransito.1' saved [9158/9158]


real 0m21.486s
user 0m0.015s
sys 0m0.030s

Amstiir
12-07-2012, 01:13 AM
@hasomaso
I have used rtmpexplorer, and acquired a stream file, so it kept downloading the stream with the cmd opened.

Is it possible open like a cache? through VLC. Allowing me to see
the video stream in time, not after downloading?

@svnpenn2
You're probably getting a slow speed due to the ping, its a Brazilian website, therefore your ping should be as high as 150~180.

------

By the way, thanks for the fast reply guys.