VideoHelp Forum




+ Reply to Thread
Page 71 of 154
FirstFirst ... 21 61 69 70 71 72 73 81 121 ... LastLast
Results 2,101 to 2,130 of 4610
  1. Member
    Join Date
    Jun 2013
    Location
    Brasil
    Search Comp PM
    Originally Posted by Endoro View Post
    Originally Posted by Dark Wolf View Post

    %~1: No such file or directory
    Batch cannot work with special characters in file names or addresses: !%&

    Start the script in the same folder as the txt is.
    Thank you for help, I tried it now and after the message error below my videos in .txt file were created with only 2kb, below the error message that closes ffmpeg:

    [mp4 @ 04fa2020] Malformed AAC bitstream detected: use bitstream audio filter 'the
    ac_adtstoasc 'to fix it ('-bsf: a aac_adtstoasc 'option with ffmpeg)
    av_interleaved_write_frame (): Operation not permitted
    [mp4 @ 04fa2020] Malformed AAC bitstream detected: use bitstream audio filter 'the
    ac_adtstoasc 'to fix it ('-bsf: a aac_adtstoasc 'option with ffmpeg)

    what should I do?
    Sorry to bother you with newbie questions

    ----EDIT----

    Finally I managed to make it work! I just added .ts in "%Video%"

    Thank you so much, you have no idea how much helped me.
    Last edited by Dark Wolf; 12th Feb 2014 at 11:02.
    Quote Quote  
  2. Member
    Join Date
    Feb 2014
    Location
    France
    Search PM
    please, can you help me.

    I try to download video from this site http://www.trictrac.tv/
    For example : http://www.trictrac.tv/video-la-route-du-verre-de-l-explication

    With Streamtransport, I get this url : rtmpe://trictrac.tv/vod/flv:www/videos/HD/20131115_routeduverreexpli.flv but can not dowload...

    Also I try with rtmpdump but had these messages :
    Connecting ...
    WARNING: Trying different position for server digest!
    INFO: Connected...
    ERROR: RTMP_ReadPacket, failed to read RTMP packet header

    Can you tell me how to download the video ? which tools ?

    Thanks for your help
    Quote Quote  
  3. Member
    Join Date
    Jun 2013
    Location
    Brasil
    Search Comp PM
    Originally Posted by Morisato View Post
    please, can you help me.

    I try to download video from this site http://www.trictrac.tv/
    For example : http://www.trictrac.tv/video-la-route-du-verre-de-l-explication

    With Streamtransport, I get this url : rtmpe://trictrac.tv/vod/flv:www/videos/HD/20131115_routeduverreexpli.flv but can not dowload...

    Also I try with rtmpdump but had these messages :
    Connecting ...
    WARNING: Trying different position for server digest!
    INFO: Connected...
    ERROR: RTMP_ReadPacket, failed to read RTMP packet header

    Can you tell me how to download the video ? which tools ?

    Thanks for your help
    Use an agent switcher in browser for capture the .m3u8 and ffmpeg
    Quote Quote  
  4. Originally Posted by Morisato View Post
    please, can you help me.

    I try to download video from this site http://www.trictrac.tv/
    For example : http://www.trictrac.tv/video-la-route-du-verre-de-l-explication

    With Streamtransport, I get this url : rtmpe://trictrac.tv/vod/flv:www/videos/HD/20131115_routeduverreexpli.flv but can not dowload...

    Also I try with rtmpdump but had these messages :
    Connecting ...
    WARNING: Trying different position for server digest!
    INFO: Connected...
    ERROR: RTMP_ReadPacket, failed to read RTMP packet header

    Can you tell me how to download the video ? which tools ?

    Thanks for your help
    this site use secureToken

    Code:
    -T "trictrac#live007"
    Quote Quote  
  5. Member
    Join Date
    Jun 2013
    Location
    Brasil
    Search Comp PM
    Originally Posted by CristianoA View Post
    Originally Posted by Morisato View Post
    please, can you help me.

    I try to download video from this site http://www.trictrac.tv/
    For example : http://www.trictrac.tv/video-la-route-du-verre-de-l-explication

    With Streamtransport, I get this url : rtmpe://trictrac.tv/vod/flv:www/videos/HD/20131115_routeduverreexpli.flv but can not dowload...

    Also I try with rtmpdump but had these messages :
    Connecting ...
    WARNING: Trying different position for server digest!
    INFO: Connected...
    ERROR: RTMP_ReadPacket, failed to read RTMP packet header

    Can you tell me how to download the video ? which tools ?

    Thanks for your help
    this site use secureToken

    Code:
    "trictrac#live007"
    See:
    Quote Quote  
  6. Member
    Join Date
    Feb 2014
    Location
    France
    Search PM
    I see it works but I have a lot of question:

    How you find the token ?
    How you find the other links ?
    Which command you use ?

    I try

    C:\Users\Zak>"C:\temp\rtmpdump.exe" -r "rtmpe://trictrac.tv/vod/flv:www/videos/
    D/20131115_routeduverreexpli.flv" -o "c:\temp\video.flv" -T "trictrac#live007"

    but have message :
    Connecting ...
    WARNING: Trying different position for server digest!
    INFO: Connected...
    ERROR: Closing connection: NetStream.Play.StreamNotFound

    I try again still you can help me....
    Quote Quote  
  7. Member
    Join Date
    Jun 2013
    Location
    Brasil
    Search Comp PM
    Originally Posted by Morisato View Post
    I see it works but I have a lot of question:

    How you find the token ?
    How you find the other links ?
    Which command you use ?

    I try

    C:\Users\Zak>"C:\temp\rtmpdump.exe" -r "rtmpe://trictrac.tv/vod/flv:www/videos/
    D/20131115_routeduverreexpli.flv" -o "c:\temp\video.flv" -T "trictrac#live007"

    but have message :
    Connecting ...
    WARNING: Trying different position for server digest!
    INFO: Connected...
    ERROR: Closing connection: NetStream.Play.StreamNotFound

    I try again still you can help me....
    - Download this extension
    - Download ffmpeg
    ....

    - After you have installed the extension please visit the video and select iOS> iPad or iPhone4 in extension icon
    - Click on the video and copy the url (trictrac.tv:...../playlist.m3u8)
    - Now open the bat file that is in the past ffmpeg (FF-prompt)
    - Type the command: ffmpeg -i "URL.m3u8" -c copy name_without_space.ts
    Quote Quote  
  8. Member
    Join Date
    Feb 2014
    Location
    France
    Search PM
    yes, I find the 2 first option but did not find the 2 last one...

    I try the last command you give me and it works !

    Thank you very much


    Do not need secureToken also ?!
    Quote Quote  
  9. Are there any tips for saving video from espn3.com?
    Webmaster of NWABikes.com
    Quote Quote  
  10. I am having problems downloading from Viacom. I have tried every post I have found on Google, and every tool I could get my hands on from RTMPExploreX to dump v2.4 and 2.5 - all with no success.

    The video I'm trying to get, and the initial method I tried to use:

    Code:
    rtmpdump -r "rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/dailyshow/TDS/season_19/episode_041/ds_19041_01_1280x720_3500_h32.mp4" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.2.7.9.swf" -p "http://www.thedailyshow.com/watch/mon-january-6-2014/the-global-warming-hoax" -o "js1.flv"
    The output from rtmpsuck:

    Code:
    Processing connect
    app: viacomccstrm
    flashVer: WIN 11,8,800,175
    swfUrl: http://media.mtvnservices.com/player/prime/mediaplayerprime.2.7.9.swf?uri=mgid:cms:video:thedailyshow.com:431845&type=network&ref=www.thedailyshow.com&geo=US&group=entertainment&network=None&device=Other&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt%2fe1%2fplayers%2fmgid%3acms%3avideo%3athedailyshow.com%3a%2fcontext12%2fconfig.xml%3furi%3dmgid%3acms%3avideo%3athedailyshow.com%3a431845%26type%3dnetwork%26ref%3dwww.thedailyshow.com%26geo%3dUS%26group%3dentertainment%26network%3dNone%26device%3dOther
    tcUrl: rtmpe://viacomccstrmfs.fplive.net:1935/viacomccstrm
    pageUrl: http://www.thedailyshow.com/watch/mon-january-6-2014/war-on-carbon
    WARNING: HandShake: Type mismatch: client sent 6, server answered 9
    ERROR: RTMP_ReadPacket, failed to read RTMP packet header
    Closing connection... done!
    The command captured from RTMPExploreX:

    Code:
    rtmpdump -r "rtmpe://viacomccstrmfs.fplive.net:1935/viacomccstrm" -a "viacomccstrm" -f "WIN 11,8,800,175" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.2.7.9.swf?uri=mgid:cms:video:thedailyshow.com:431844&type=network&ref=www.thedailyshow.com&geo=US&group=entertainment&network=None&device=Other&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt%2fe1%2fplayers%2fmgid%3acms%3avideo%3athedailyshow.com%3a%2fcontext12%2fconfig.xml%3furi%3dmgid%3acms%3avideo%3athedailyshow.com%3a431844%26type%3dnetwork%26ref%3dwww.thedailyshow.com%26geo%3dUS%26group%3dentertainment%26network%3dNone%26device%3dOther" -p "http://www.thedailyshow.com/watch/mon-january-6-2014/the-global-warming-hoax" -C B:0 -C S:mp4:gsp.comedystor/com/dailyshow/TDS/season_19/episode_041/ds_19041_01_640x360_1200_m30.mp4 -y "mp4:gsp.comedystor/com/dailyshow/TDS/season_19/episode_041/ds_19041_01_640x360_1200_m30.mp4" -o ds_19041_01_640x360_1200_m30.flv
    And in every case, the download fails.

    The standard output:

    Code:
    RTMPDump v2.4
    (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
    Connecting ...
    WARNING: HandShake: Type mismatch: client sent 6, server answered 9
    INFO: Connected...
    ERROR: rtmp server sent error
    ERROR: rtmp server requested close
    The verbose output:

    Code:
    RTMPDump v2.4
    (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
    DEBUG: Protocol : RTMPE
    DEBUG: Hostname : viacomccstrmfs.fplive.net
    DEBUG: Port     : 1935
    DEBUG: Playpath : mp4:dailyshow/TDS/season_19/episode_041/ds_19041_01_1280x720_3500_h32
    DEBUG: tcUrl    : rtmpe://viacomccstrmfs.fplive.net:1935/viacomccstrm/gsp.comedystor/com
    DEBUG: swfUrl   : http://media.mtvnservices.com/player/prime/mediaplayerprime.2.7.9.swf
    DEBUG: pageUrl  : http://www.thedailyshow.com/watch/mon-january-6-2014/the-global-warming-hoax
    DEBUG: app      : viacomccstrm/gsp.comedystor/com
    DEBUG: live     : no
    DEBUG: timeout  : 30 sec
    DEBUG: SWFSHA256:
    DEBUG: 58 cb 21 2e 60 d7 9f 9b a7 91 4e 42 08 59 4e 6f
    DEBUG: 3a 91 36 50 d5 0e 03 2e 90 b3 dd 08 47 2b 5e 9f
    DEBUG: SWFSize  : 2854266
    DEBUG: Setting buffer time to: 36000000ms
    Connecting ...
    DEBUG: RTMP_Connect1, ... connected, handshaking
    DEBUG: HandShake: Client type: 06
    DEBUG: HandShake: DH pubkey position: 166
    DEBUG: HandShake: Client digest offset: 879
    DEBUG: HandShake: Initial client digest:
    DEBUG: 07 53 90 8e ef 2e 0d d3 c1 94 53 71 13 7e d6 48
    DEBUG: c4 2f c6 32 de 9b fe 99 6e 26 6c e4 89 5d 57 d5
    DEBUG: HandShake: Type Answer   : 09
    WARNING: HandShake: Type mismatch: client sent 6, server answered 9
    DEBUG: HandShake: Server Uptime : 267350929
    DEBUG: HandShake: FMS Version   : 4.5.3.1
    DEBUG: HandShake: Server DH public key offset: 405
    DEBUG: HandShake: Secret key:
    DEBUG: 3f 88 0f 74 a9 4f 28 fa a5 27 13 9b fc d1 30 80
    DEBUG: 28 dd ed 5f 82 d6 3f 76 f6 c1 db d2 f3 31 f5 85
    DEBUG: 97 0d 02 bb 78 67 27 fd d5 64 a5 34 6a d8 ac 26
    DEBUG: 2a ce e5 a6 c5 ae 44 8f 4a 1e 1b 7e 55 22 55 f4
    DEBUG: b1 b0 10 e1 91 e2 80 1b 5e a8 f5 c8 85 a9 0a 2b
    DEBUG: 26 13 b0 de f4 b6 71 d4 90 d7 bd da d0 8f 52 f4
    DEBUG: 53 5d 2e 6c 40 3c 32 2e f8 2a 54 67 d5 3a 3d ee
    DEBUG: 8b 99 31 41 7a bf 27 46 59 ff 59 db cb fb 00 f1
    DEBUG: RC4 Out Key:
    DEBUG: ed 23 62 82 fe 68 67 d9 0f 69 43 ef 17 e6 cc 5c
    DEBUG: RC4 In Key:
    DEBUG: 21 11 2b 9f de bd 6e f5 68 35 4a 35 7c 69 ba 7d
    DEBUG: HandShake: Calculated digest key from secure key and server digest:
    DEBUG: 56 56 62 60 f7 a1 95 04 71 7a e7 8e 31 9e 87 3c
    DEBUG: de 20 9b eb c7 89 34 f2 9a 9b 62 15 2a 65 1e 79
    DEBUG: HandShake: Client signature calculated:
    DEBUG: c0 89 03 c7 0f 04 6c 53 da 2f ab 83 6f e0 35 55
    DEBUG: c0 15 c4 6d c9 89 fd 4f 72 6e 98 8f 15 ef c6 b9
    DEBUG: HandShake: Server sent signature:
    DEBUG: 33 32 c8 3d 83 e0 31 c0 7e fb a8 be 36 82 22 4f
    DEBUG: 21 5e 05 4a 92 43 fd 9f ab 9e 79 5c 7f 2e 71 23
    DEBUG: HandShake: Digest key:
    DEBUG: 28 90 08 f1 d2 8b bc 1a 1b 3f 2b 7f 4a 51 99 ab
    DEBUG: 60 82 77 76 cb eb 6c 47 43 4d 6c 80 c4 f8 69 8a
    DEBUG: HandShake: Signature calculated:
    DEBUG: 33 32 c8 3d 83 e0 31 c0 7e fb a8 be 36 82 22 4f
    DEBUG: 21 5e 05 4a 92 43 fd 9f ab 9e 79 5c 7f 2e 71 23
    DEBUG: HandShake: Genuine Adobe Flash Media Server
    DEBUG: HandShake: Handshaking finished....
    DEBUG: RTMP_Connect1, handshaked
    DEBUG: Invoking connect
    INFO: Connected...
    DEBUG: HandleChangeChunkSize, received: chunk size change to 128
    DEBUG: RTMP_ClientPacket, received: invoke 165 bytes
    DEBUG: (object begin)
    DEBUG: Property: NULL
    DEBUG: (object begin)
    DEBUG: Property: 
    DEBUG: Property: 
    DEBUG: Property: 
    DEBUG: Property: 
    DEBUG: (object end)
    DEBUG: (object end)
    DEBUG: HandleInvoke, server invoking <_error>
    ERROR: rtmp server sent error
    DEBUG: RTMP_ClientPacket, received: invoke 18 bytes
    DEBUG: (object begin)
    DEBUG: Property: NULL
    DEBUG: (object end)
    DEBUG: HandleInvoke, server invoking 
    ERROR: rtmp server requested close
    DEBUG: Closing connection.
    I'm at a loss. I'm using 2.4 on Win7-64. Any ideas? They would be greatly appreciated.

    Thanks.
    Quote Quote  
  11. Code:
    rtmpdump -r "rtmpe://viacomccstrmfs.fplive.net/viaco
    mccstrm/gsp.comedystor/com/dailyshow/TDS/season_19/episode_041/ds_19041_01_1280x
    720_3500_h32.mp4" -W "http://media.mtvnservices.com/player/prime/mediaplayerprim
    e.2.7.9.swf" -p "http://www.thedailyshow.com/watch/mon-january-6-2014/the-global
    -warming-hoax" -o "js1.flv"
    (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
    Connecting ...
    INFO: Connected...
    ERROR: HandleCtrl: SWFVerification Type 2 request not supported, attempting to u
    se SWFVerification Type 1! Patches welcome...
    Starting download at: 0.000 kB
    INFO: Metadata:
    INFO:   duration                221.75
    INFO:   moovPosition            40.00
    INFO:   width                   1280.00
    INFO:   height                  720.00
    INFO:   videocodecid            avc1
    INFO:   audiocodecid            mp4a
    INFO:   avcprofile              100.00
    INFO:   avclevel                31.00
    INFO:   aacaot                  2.00
    INFO:   videoframerate          29.97
    INFO:   audiosamplerate         22050.00
    INFO:   audiochannels           2.00
    INFO: trackinfo:
    INFO:   length                  664699.00
    INFO:   timescale               2997.00
    INFO: sampledescription:
    INFO:   sampletype              avc1
    INFO:   length                  4889618.00
    INFO:   timescale               22050.00
    INFO: sampledescription:
    INFO:   sampletype              mp4a
    9249.294 kB / 23.86 sec (10.7%)
    WARNING: HandShake: Type mismatch: client sent 6, server answered 10

    try use dump v2.(4+1)
    try use getflv
    Last edited by chapun67; 13th Feb 2014 at 11:23.
    Quote Quote  
  12. Originally Posted by MrPaulAR View Post
    Are there any tips for saving video from espn3.com?
    try use rtmpdumphelper,getflv,tubedigger
    Last edited by chapun67; 13th Feb 2014 at 11:48.
    Quote Quote  
  13. hi
    how i can download from this http://www.2asb.atos-ovp.tv/player/OVPWeb.KSA.html

    when i clear to m3u8 i cant found any url !!!!!

    and how i can download video Microsoft Silverlight http://osnplay.osn.com/ar/Sports/W/Winter-Olympics--Highlights/Winter-Olympics--Highli...n-Evening-EP9/
    Quote Quote  
  14. Originally Posted by supersport View Post
    login
    Last edited by chapun67; 16th Feb 2014 at 02:28.
    Quote Quote  
  15. Hi guys!

    Could you please download for me this video?
    http://www.laola1.tv/en-int/video/final-smedins-samoilovs-gibb-patterson/121196.html

    I would be very, very thankful!
    Quote Quote  
  16. Originally Posted by chapun67 View Post
    WARNING: HandShake: Type mismatch: client sent 6, server answered 10

    try use dump v2.(4+1)
    try use getflv
    Funny, I thought I was using 2.(4+1). There was a 7z file on Google that said it was that, but it was just .4 with a different file name.

    So I had to grab it from a popular swedish website. It works perfectly now.

    Thanks.
    Quote Quote  
  17. batch expert Endoro's Avatar
    Join Date
    Dec 2013
    Location
    Bozen
    Search PM
    Originally Posted by BeachBox View Post
    This is 'complicated' f4f. Download with TD. Do it yourself. Or wait for the DownLoadRedCross (DLRC).








    Originally Posted by jsn41 View Post
    So I had to grab it from a popular swedish website.
    Interesting, ThePirateBay.se is not listed in Google.
    Last edited by Endoro; 14th Feb 2014 at 09:27.
    Quote Quote  
  18. Member
    Join Date
    Feb 2014
    Location
    Lithuania
    Search PM
    Hi,

    I tried a lot of tools rtmpdump, rtmpExplorer, RTMPDumpHelper and etc. but can't save this video - http://www.tv3play.lt/embed?id=358825

    If someone could help me to get video it would be super.

    Thanks!
    Quote Quote  
  19. Originally Posted by netavarekals View Post
    hi,

    i tried a lot of tools rtmpdump, rtmpexplorer, rtmpdumphelper and etc. But can't save this video - http://www.tv3play.lt/embed?id=358825

    if someone could help me to get video it would be super.

    Thanks!
    idm
    Quote Quote  
  20. Originally Posted by netavarekals View Post
    Hi,

    I tried a lot of tools rtmpdump, rtmpExplorer, RTMPDumpHelper and etc. but can't save this video - http://www.tv3play.lt/embed?id=358825

    If someone could help me to get video it would be super.

    Thanks!
    Code:
    rtmpdump -r "rtmp://video.tv3.lt:2935/mcache" -a "mcache" -f "WIN 12,0,0,44" -W "http://flvplayer.viastream.viasat.tv/flvplayer/play/swf/MTGXPlayer-0.6.8.swf" -p "http://www.tv3play.lt/embed?id=358825" -y "mp4:video/laidos_new/2014/596056.mp4" -o "596056.flv"
    Quote Quote  
  21. Member
    Join Date
    Feb 2014
    Location
    Syria, Tartous
    Search Comp PM
    hello every one.
    please help me.
    I am trying to download a part of video start on time "00:33:00.000" using ffmpeg with the following arguments in the link...

    {
    ffmpeg -ss 00:33:00.000 -i "http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/2abd3b8477f449bb9f5b208c01df7a34/e1607320ce6e461cb390483eed1a0b5c/loabat_al-_moot_s01_e30.mpegts/playlist-d68c92b6cf37938babb5143faec29ebb2403e3df.m3u8" -c:v copy -c:a copy out.mp4
    }

    what's wrong with it...
    Quote Quote  
  22. Hi
    I'm a member of private website and been using rtmpexplorer to download videos. But since yesterday the software won't log in anymore,I tried Tubedigger and same result. Chrome or other browsers logs in just fine. How can log in and continue downloading videos?

    Please help.

    Thanks.
    Last edited by mcmstar; 17th Feb 2014 at 07:26.
    Quote Quote  
  23. Originally Posted by rayanhosh View Post
    hello every one.
    please help me.
    I am trying to download a part of video start on time "00:33:00.000" using ffmpeg with the following arguments in the link...

    {
    ffmpeg -ss 00:33:00.000 -i "http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/2abd3b8477f449bb9f5b208c01df7a34/e1607320ce6e461cb390483eed1a0b5c/loabat_al-_moot_s01_e30.mpegts/playlist-d68c92b6cf37938babb5143faec29ebb2403e3df.m3u8" -c:v copy -c:a copy out.mp4
    }

    what's wrong with it...
    Code:
    ffmpeg -i "http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/2abd3b8477f449bb9f5b208c01df7a34/e1607320ce6e461cb390483eed1a0b5c/loabat_al-_moot_s01_e30.mpegts/playlist-d68c92b6cf37938babb5143faec29ebb2403e3df.m3u8" -c copy video.ts
    Quote Quote  
  24. Originally Posted by mcmstar View Post
    Hi
    I'm a member of private website and been using rtmpexplorer to download videos. But since yesterday the software won't log in anymore,I tried Tubedigger and same result. Chrome or other browsers logs in just fine. How can log in and continue downloading videos?

    Please help.

    Thanks.
    try use GetFLV
    Quote Quote  
  25. batch expert Endoro's Avatar
    Join Date
    Dec 2013
    Location
    Bozen
    Search PM
    Originally Posted by mcmstar View Post
    Hi
    I'm a member of private website and been using rtmpexplorer to download videos. But since yesterday the software won't log in anymore,I tried Tubedigger and same result. Chrome or other browsers logs in just fine. How can log in and continue downloading videos?
    - link, login
    Quote Quote  
  26. Yesterday, I tried for the first time RTMPExplorer and RTMPDumpHelper to catch different videos from separated links.

    I noticed that the console couldn't connect to the RTMP address 0.0.0.0:135

    Do I need to type the instruction on the console with those programs or it will automatically catching the video ?

    How to fix this issue, please ?
    Last edited by ramaflore; 19th Feb 2014 at 05:49.
    Quote Quote  
  27. Originally Posted by ramaflore View Post
    Yesterday, I tried for the first time RTMPExplorer and RTMPDumpHelper to catch different videos from separated links.

    I noticed that the console couldn't connect to the RTMP address 0.0.0.0:135

    Do I need to type the instruction on the console with those programs or it will automatically catching the video ?

    How to fix this issue, please ?
    maybe port 1935 is blocked
    Quote Quote  
  28. How can I unblock ?

    I have Privatefirewall 7 and adsl box modem. Thanks in advance.
    Quote Quote  
  29. I allowed all the trafic on my firewall and open also the port on dsl modem box, but it still not working.

    How can fix this this, please ?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!