VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Member
    Join Date
    Sep 2012
    Location
    egypt
    Search PM
    i have this link
    Code:
    rtmp://www.teledunet.com:1935/teledunet<playpath>2m <swfUrl>http://www.teledunet.com/tv/player.swf?repeat=always&autostart=true&stretching_=none&id0=2692800495060&streamer=rtmp%3A//www.teledunet.com%3A1935/teledunet&file=2m&provider=rtmp&skin=bekle/bekle.xml <pageUrl>http://www.teledunet.com/tv/?stretching=none&file=rtmp://www.teledunet.com:1935/teledunet/2m
    when i use it in script batch to play over VLC it works perfect
    like this
    Code:
    rtmpdump -v -r rtmp://www.teledunet.com:1935/ -W http://www.teledunet.com/tv/player.swf?id0=teledunet^& -a teledunet -p http://www.teledunet.com/tv/ -y 2m -o- |  %vlc% -
    but when i try to mak it play over Flash media player it never play and gives me connection failed
    this is my batch command so can any one tell me what my mistakes or what should to do to make it works over flash media
    Code:
    @echo off
    
    :TOP
    title live ch
    set "id0=teledunet"
    set "streamer=rtmp://www.teledunet.com:1935/teledunet"
    set "swf=http://www.teledunet.com/tv/player.swf"
    :MENU
    echo.
    echo    (1) = 25 Channel
    echo    (2) = 2M  
    echo.
    goto CHOICE
    :CHOICE
    set /p "choice=Enter #:"
    if /I "%Choice%"=="E" goto EXIT
    if "%choice%"=="1" set "file=25_channel" & goto PLAYER
    if "%choice%"=="2" set "file=2m" & goto PLAYER
    
    :PLAYER
    cls
    echo. Stream is starting.... Close Flash Player to return to Menu.
    flashplayer_11_sa.exe "%swf%?repeat=always&autostart=true&stretching=exactfit&id0=%id0%&streamer=%streamer%&file=%file%&provider=rtmp&skin=bekle/bekle.xml&icons=true"
    goto MENU
    exit
    please please any one help me
    Quote Quote  
  2. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    unless you are executing the batch file in the folder with flashplayer you may need to give it's full path. like c:\program files\common\..........
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  3. Member
    Join Date
    Sep 2012
    Location
    egypt
    Search PM
    Originally Posted by aedipuss View Post
    unless you are executing the batch file in the folder with flashplayer you may need to give it's full path. like c:\program files\common\..........
    i am not prof to treat with Batch , so can you explain in other way ,make it simple
    Quote Quote  
  4. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    sorry none of your links work. can't even open - www.teledunet.com
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  5. Member
    Join Date
    Sep 2012
    Location
    egypt
    Search PM
    Originally Posted by aedipuss View Post
    sorry none of your links work. can't even open - www.teledunet.com
    my mate friend , the site works well
    and this picture of the channels
    Click image for larger version

Name:	T7PAfvLhV5YKxmQ7p9IdhDroE.jpg
Views:	199
Size:	95.5 KB
ID:	15702
    Click image for larger version

Name:	caeBwCsO9GqIYyPjuEwcXKE5.jpg
Views:	731
Size:	67.5 KB
ID:	15703

    so please help me
    Quote Quote  
  6. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    you need to fix your batch file and find the exact url to pass to flashplayer. it can't open the mixed up stuff you're sending it.

    Click image for larger version

Name:	2013-01-12_143842.png
Views:	252
Size:	36.1 KB
ID:	15708
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  



Similar Threads

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