PDA

View Full Version : Live Stream [Port]


cezi1
03-02-2013, 08:09 PM
hello people, there is a live stream and i need the port address.

I would like to know how can i find a live stream of the Port?

I must add the Port at RtmpdumpHelper and how can i find easy and not complicated live stream Port?

For any help i would be very grateful, i thank you in advance and waiting for your news



thank you

cezi1

AmazingMatze
03-02-2013, 08:30 PM
If you are using Windows...

Start the flash stream.

Open Windows Task manager's processes tab and look up the PIDs (Process Identifier) for:
FlashPlayerPlugin_11_602_168.exe (or similar)
plugin-container.exe
(To view all process PIDs select: View -> Select Column -> "check" PID)

Execute the Windows command netstat:

netstat -n -o -p TCP

..and check the foreign address ports that match with the previously looked up PIDs.

cezi1
03-03-2013, 05:21 AM
Hey AmazingMatze,

first thank you for your help, i could not do it

1. i started the Flash stream
2. then open the task manager
3. and then clicked on Services


but i find no entry with

FlashPlayerPlugin_11_602_168.exe
or
plugin-container.exe

i think i'm doing something wrong!


can you help me with teamviewer

AmazingMatze
03-03-2013, 08:42 AM
3. and then clicked on Services


I told you to open the Processes tab of Windows Task Manager.

If you want help post the link to the page.

cezi1
03-03-2013, 10:13 AM
I told you to open the Processes tab of Windows Task Manager.

If you want help post the link to the page.


under processes i find not this?

I can give you the stream address, but it will do nothing
The stream will only run on my pc

therefore drawn i've said you help me with Teamviewer


here is the adress

http://www.dyyno.com/player/?widget_id=4&channel=ligtvhd&plugins=none

AmazingMatze
03-03-2013, 09:54 PM
First of all, I took a look into the pageSource and I found the address for the SWF player.
http://www.dyyno.com/assets/players/dyynoplayer-22510.swf

I noticed that the site uses secureTokenResponse:
-T "Zi1xyAm9uCIj90screwU10o8"

If you gain a command from the combination of RTMPDumpHelper & RTMPSuck (use KSV's Version, which generates a "Command.bat"), you have to append this to your "Command.bat" as well (if you want to execute it later with RTMPDump).

So, did you really try RTMPDumpHelper with RTMPSuck?

A short google search for 'dyyno.com + rtmpdump' brought up some pieces of information (XBMC forum) which leads me to believe, that this is the command you are looking for (except for the playpath parameter "-y").

rtmpdump -v -r "rtmp://dyynolivefs.fplive.net/dyyno1live-live/" -a "dyyno1live-live" -f "WIN 11,6,602,171" -p "http://www.dyyno.com/player/?widget_id=4&channel=ligtvhd&plugins=none" -W "http://www.dyyno.com/assets/players/dyynoplayer-22510.swf" -T "Zi1xyAm9uCIj90screwU10o8" -y "dyyno_session_XXXXXXXXXXXXXXXX.sdp" -o "download.flv"

But if dyyno.com really streams on another than the default port, just add all foreign address ports you gain from the netstat command to RTMPDumpHelper.

netstat -n -o -p TCP

RTMPDumpHelper allows you to specify up to 16 ports to listen to. That should be more than sufficient.

Btw, the most common ports for flash streams are TCP port 1935 and TCP port 80 anyway.

http://helpx.adobe.com/adobe-media-server/kb/ports-firewalls-flash-media-server.html

..and RTMPSuck/RTMPSrv listens to port 1935 by default.

cezi1
03-04-2013, 04:10 AM
hey AmazingMatze

works perfect
I thank you from my heart :D

thanks for the great composition and details very nice ;)


can you tell me, how can i adding multiple port for rtmpdumphelper?

which is correct example


1. 1934,1935,80

2. 1934.1935.80

3. 1934:1935:80

4. 1934;1935;80

evol
03-04-2013, 05:18 AM
Like this mate
1934, 1935, 80

hasomaso
03-04-2013, 10:03 AM
Like this mate
1934, 1935, 80

thanks evol