Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Need of rtmpdump expert help

(http://stream-recorder.com/forum/showthread.php?t=13235)

beowluf 07-27-2012 11:18 AM

Re: Need of rtmpdump expert help


 
I've tried
C:\PHP>php PlayTV.php

but I get this

'chcp' is not recognized as internal command
or external, operable program or batch file.

AND WHEN i type a number it's also another error

Enter Channel Number : 5
Retrieving html . . .
RTMP Url : rtmpe://149.6.160.22/tvplayer
Playpath : cctv-f_hi
Auth : d08cfc9d08174ee9a3e6426575d2c54011be20be3a6cc426dd ba179aa021b3efaeb3d
60d565ff26d314de3c5d9969e93e26d5411641bba35e6762cf eddecb72d330666fbc5b9b4e720205
97e29dbcfe4012ba699d8cea8b2ecad2f1b2503eb172c1d875 7082825e5eb1bd9b61ced1b005ff1c
ad5ed626f22
Command : rtmpdump -r "rtmpe://149.6.160.22/tvplayer" -a "tvplayer" -s "http://
static.playtv.fr/swf/tvplayer.swf" -p "http://playtv.fr/television" -C S:d08cfc9
d08174ee9a3e6426575d2c54011be20be3a6cc426ddba179aa 021b3efaeb3d60d565ff26d314de3c
5d9969e93e26d5411641bba35e6762cfeddecb72d330666fbc 5b9b4e72020597e29dbcfe4012ba69
9d8cea8b2ecad2f1b2503eb172c1d8757082825e5eb1bd9b61 ced1b005ff1cad5ed626f22 --live
-y "cctv-f_hi" | "C:\Program Files\VideoLAN\VLC\vlc.exe" --meta-title "CCTV F"
-

Fatal error: Class 'COM' not found in C:\PHP\PlayTV.php on line 404

KSV 07-27-2012 11:32 AM

Re: Need of rtmpdump expert help


 
in PHP 5.4.5 they have disabled the COM class by default. it wasn't the case with earlier versions. you can enable it by adding following line to your PHP.ini.
Code:

extension=php_com_dotnet.dll
as far as "chcp not found" error is concerned chcp is a system utility available on all windows versions. i am not sure why it's not available on your system although it doesn't matter much.

beowluf 07-27-2012 12:04 PM

Re: Need of rtmpdump expert help


 
I want to download the live streaming with rtmpdump could you help me?

beowluf 08-31-2012 08:30 AM

Re: Need of rtmpdump expert help


 
Could Any One Help Me To Record This Stream Not Just Watch It Alive

karlo2105 09-02-2012 11:04 AM

Re: Need of rtmpdump expert help


 
Quote:

Originally Posted by beowluf (Post 53585)
Could Any One Help Me To Record This Stream Not Just Watch It Alive

In VLC click on CTRL+R once stream is started and it will record in My documents folder.

peterpan 12-25-2013 09:20 PM

Re: Need of rtmpdump expert help


 
Resurrecting this thread: Looks like playtv may have changed something... this command no longer work:

Code:

c:\php>php PlayTV.php --url "http://playtv.fr/television/i24-news/"

                            KSV PlayTV Downloader

Retrieving html....

Notice: Undefined offset: 1 in C:\php\PlayTV.php on line 481
Unable to retrieve initialization parameters

c:\php>

Can someone please help...?

Thank You!

chap 12-26-2013 12:53 AM

Re: Need of rtmpdump expert help


 
Code:

php PlayTV.php --url 6vta48Yk93

Code:

$options = array(
      0 => array(
          'help' => 'displays this help',
          'list' => 'display formatted channels list and exit',
          'print' => 'only print the base rtmpdump command, don\'t start anything',
          'quiet' => 'disables unnecessary output'
      ),
      1 => array(
          'proxy' => 'use proxy to retrieve channel information',
          'url' => 'use specified url without displaying channels list'


peterpan 12-26-2013 03:10 AM

Re: Need of rtmpdump expert help


 
Thanks chap!!! Worked like a charm! Do you know if there is a librtmp.dll build out there that has this playtv patch? Cheers!


All times are GMT -6. The time now is 07:02 AM.