PDA

View Full Version : www.levesoninquiry.org.uk/hearings


enda
06-14-2012, 11:53 AM
How do obtain the URL for the video file from the video at
http://www.levesoninquiry.org.uk/hearings/

svnpenn
06-14-2012, 02:47 PM
Stream is down.

Josan420
06-15-2012, 02:28 AM
rtmpdump -r "rtmp://fml.rtscommunications.com/2028BE" -a "2028BE" -f "WIN 11,2,202,235" -W "http://wac.rtscommunications.com/0028BE/Leveson-Inquiry/webfiles/swf/player.swf" -p "http://www.levesoninquiry.org.uk/hearings" -y "levesoninquiry" -o "levesoninquiry.flv"

enda
06-22-2012, 12:12 PM
Thank very much.
How did you determine all the options?

svnpenn
06-22-2012, 03:37 PM
I use rtmp-host.sh

RTMP Server v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Closing connection... done!

RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
rtmpdump -r "rtmp://levensoninquiry.rtscommunications.com/0028BE/Leveson-Inquiry
/ondemand/" -a "0028BE/Leveson-Inquiry/ondemand/" -f "WIN 11,3,300,257" -W "http
://wac.rtscommunications.com/0028BE/Leveson-Inquiry/webfiles/swf/player.swf" -p
"http://www.levesoninquiry.org.uk/hearing/2012-06-14pm/" -y "2012-06-14pm" -o 20
12-06-14pm.flv
Connecting ...
INFO: Connected...
Closing connection... ERROR: WriteN, RTMP send error 10054 (42 bytes)
done!

ERROR: RTMP_ReadPacket, failed to read RTMP packet header
q
Exiting
RTMPDump v2.4-34-g7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: audiochannels 1.00
INFO: audiocodecid .mp3
INFO: audiodatarate 96.00
INFO: audiodevice Matrox MXO2 Audio Input
INFO: audioinputvolume 96.00
INFO: audiosamplerate 44100.00
INFO: author
INFO: copyright
INFO: creationdate
INFO: description
INFO: duration 6797.69
INFO: fmleversion 3.2.0.9932
INFO: framerate 25.00
INFO: height 288.00
INFO: keywords
INFO: lastkeyframetimestamp 6793720.00
INFO: lasttimestamp 6797687.00
INFO: presetname Custom
INFO: rating
INFO: title
INFO: videocodecid VP62
INFO: videodatarate 500.00
INFO: videodevice Matrox MXO2 - 1080i 50 YUV 8-bit
INFO: videokeyframe_frequency5.00
INFO: width 512.00
11791.055 kB / 191.11 sec (2.8%)

enda
08-31-2012, 01:58 PM
I followed the instructions on http://svnpenn.github.com/2012/rtmp-host/

$ ./rtmp-host.sh
Press enter after video starts

Usage: dumper [OPTION] FILENAME WIN32PID

Dump core from WIN32PID to FILENAME.core

-d, --verbose be verbose while dumping
-h, --help output help information and exit
-q, --quiet be quiet while dumping (default)
-V, --version output version information and exit

tee: \windows/system32/drivers/etc/hosts: Permission denied
127.0.0.1
Press enter to start RtmpSrv, then restart video.

RTMP Server 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

I am not sure what to do next.

svnpenn
08-31-2012, 02:14 PM
Run this and post the output here

ps -W | grep plugin-container

enda
09-12-2012, 08:21 AM
Run this and post the output here

ps -W | grep plugin-container

$ ps -W | grep plugin-container
5008 0 0 5008 ? 0 15:18:00 C:\Program Files\Mozilla Firefox\plugin-container.exe

svnpenn
09-12-2012, 04:16 PM
I have uploaded possibly a fix. Re-download script and try again

enda
09-13-2012, 08:33 AM
$ ./rtmp-host.sh
Killed flash player for clean dump.
Restart video then press enter here

tee: \windows/system32/drivers/etc/hosts: Permission denied
127.0.0.1 cp97384.edgefcs.net
Press enter to start RtmpSrv, then restart video.

RTMP Server 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

I do not have admin rights. On Windows 7, I get a firewall message which needs admin rights.

Is there a way to display the rtmp URL?

svnpenn
09-13-2012, 08:50 AM
$ ./rtmp-host.sh
Killed flash player for clean dump.
Restart video then press enter here

tee: \windows/system32/drivers/etc/hosts: Permission denied
127.0.0.1 cp97384.edgefcs.net
Press enter to start RtmpSrv, then restart video.

RTMP Server 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

I do not have admin rights. On Windows 7, I get a firewall message which needs admin rights.

Is there a way to display the rtmp URL?

I am at work right now. When I get home I will try to make a fix for the admin rights.

svnpenn
09-14-2012, 11:50 AM
[CODE]$ ./rtmp-host.sh
Killed flash player for clean dump.
Restart video then press enter here

tee: \windows/system32/drivers/etc/hosts: Permission denied

After further looking, you must have Write Permissions on
C:\Windows\System32\drivers\etc\hosts

Without this the script will not work.