VideoHelp Forum
+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 30 of 35
Thread
  1. I am trying to get the direct link of the TV3.ie Live player located at:

    http://www.tv3.ie/3player/live/

    I have got the following link but not sure what to try next so that I can get an URL that will work in VLC etc:
    rtmpe://fml.5011.edgecastcdn.net/205011/live

    Any help is much appreciated....
    Quote Quote  
  2. Originally Posted by reni10 View Post
    I am trying to get the direct link of the TV3.ie Live player located at:

    http://www.tv3.ie/3player/live/

    I have got the following link but not sure what to try next so that I can get an URL that will work in VLC etc:
    rtmpe://fml.5011.edgecastcdn.net/205011/live

    Any help is much appreciated....
    hi
    to download
    Code:
    rtmpdump -r "rtmpe://fml.5011.edgecastcdn.net/205011/live" -a "205011/live" -f "WIN 16,0,0,235" -W "http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf" -p "http://www.tv3.ie/3player/live/" --live -y "mp4:tv3.mp4" -o "mp4_tv3.flv"
    or if you want play with vlc

    Code:
    rtmpdump -r "rtmpe://fml.5011.edgecastcdn.net/205011/live" -a "205011/live" -f "WIN 16,0,0,235" -W "http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf" -p "http://www.tv3.ie/3player/live/" --live -y "mp4:tv3.mp4" - | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
    Quote Quote  
  3. Originally Posted by biezom View Post
    hi
    to download
    Code:
    rtmpdump -r "rtmpe://fml.5011.edgecastcdn.net/205011/live" -a "205011/live" -f "WIN 16,0,0,235" -W "http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf" -p "http://www.tv3.ie/3player/live/" --live -y "mp4:tv3.mp4" -o "mp4_tv3.flv"
    or if you want play with vlc

    Code:
    rtmpdump -r "rtmpe://fml.5011.edgecastcdn.net/205011/live" -a "205011/live" -f "WIN 16,0,0,235" -W "http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf" -p "http://www.tv3.ie/3player/live/" --live -y "mp4:tv3.mp4" - | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
    Thanks for coming back but maybe I should explain a bit more on what I am trying to do.

    I want to be able to create a .strm file or a link that I can use in XBMC to play the live stream so using the rtmpdump I don't think will do this for me as I would need some sort of direct file to point at to start the stream?

    I am not really interested in downloading this is more to enable live stream viewing through an XBMC addon.

    Thanks, I appreciate the help...
    Quote Quote  
  4. ok you can try

    Code:
    rtmpe://fml.5011.edgecastcdn.net/205011/live playpath=mp4:tv3.mp4 pageURL=http://www.tv3.ie/3player/live/ swfUrl=http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf live=true
    Quote Quote  
  5. Originally Posted by biezom View Post
    ok you can try

    Code:
    rtmpe://fml.5011.edgecastcdn.net/205011/live playpath=mp4:tv3.mp4 pageURL=http://www.tv3.ie/3player/live/ swfUrl=http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf live=true
    Tried that in VLC and also as an XBMC .strm file and it does not seem to work, any other suggestions?

    Does it work for you?
    Quote Quote  
  6. Originally Posted by reni10 View Post
    Originally Posted by biezom View Post
    ok you can try

    Code:
    rtmpe://fml.5011.edgecastcdn.net/205011/live playpath=mp4:tv3.mp4 pageURL=http://www.tv3.ie/3player/live/ swfUrl=http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf live=true
    Tried that in VLC and also as an XBMC .strm file and it does not seem to work, any other suggestions?

    Does it work for you?
    sorry i forgot swfVfy=true and app=205011/live

    Code:
    rtmpe://fml.5011.edgecastcdn.net/205011/live playpath=mp4:tv3.mp4 app=205011/live pageURL=http://www.tv3.ie/3player/live/ swfUrl=http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf swfVfy=true live=true
    Last edited by biezom; 2nd Mar 2015 at 10:10.
    Quote Quote  
  7. Originally Posted by biezom View Post

    sorry i forgot swfVfy=true and app=205011/live

    Code:
    rtmpe://fml.5011.edgecastcdn.net/205011/live playpath=mp4:tv3.mp4 app=205011/live pageURL=http://www.tv3.ie/3player/live/ swfUrl=http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf swfVfy=true live=true
    Thats works beautifully! Thanks!

    Any chance you could also find the links to the high quality streams for the RTE Live channels?

    http://www.rte.ie/player/ie/live/8/
    http://www.rte.ie/player/ie/live/10/
    http://www.rte.ie/player/ie/live/6/
    http://www.rte.ie/player/ie/live/7/

    These channels should have a different quality streams so would be great to get the highest quality link which I think is 2500k.
    Quote Quote  
  8. Hi biezon ,

    Just for the pleasure , I have tried livestreamer "rtmpe://fml...."
    I have been able to ONLY catch a VERY SMALL video , see below :
    ---
    [download][test_ietv.ts] Written 824.0 KB (4s @ 130.8 KB/s)
    [cli][info] Stream ended
    ---

    It works with :
    ffmpeg -re -i "rtmpe://fml..." -f mpegts pipe: | "C:\Program Files\Videolan\vlc\vlc.exe" -

    The video quality is very poor .

    Cheers .
    Last edited by aazerty; 2nd Mar 2015 at 16:22.
    JE SUIS CHARLIE !!!
    Quote Quote  
  9. Originally Posted by aazerty View Post
    Hi biezon ,

    Just for the pleasure , I have tried livestreamer "rtmpe://fml...."
    I have been able to ONLY catch a VERY SMALL video , see below :
    ---
    [download][test_ietv.ts] Written 824.0 KB (4s @ 130.8 KB/s)
    [cli][info] Stream ended
    ---

    It works with :
    ffmpeg -re -i "rtmpe://fml..." -f mpegts pipe: | "C:\Program Files\Videolan\vlc\vlc.exe" -

    The video quality is very poor .

    Cheers .
    i don't know why it doesn't work with livestreamer

    yes with ffmpeg it's very bad quality it's better with
    Code:
    rtmpdump -r "rtmpe://fml.5011.edgecastcdn.net/205011/live" -a "205011/live" -f "WIN 16,0,0,235" -W "http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf" -p "http://www.tv3.ie/3player/live/" --live -y "mp4:tv3.mp4" - | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
    Quote Quote  
  10. Thanks for the reply .
    Yes I agree , it's better .

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  11. Originally Posted by biezom View Post
    to download
    Code:
    rtmpdump -r "rtmpe://fml.5011.edgecastcdn.net/205011/live" -a "205011/live" -f "WIN 16,0,0,235" -W "http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf" -p "http://www.tv3.ie/3player/live/" --live -y "mp4:tv3.mp4" -o "mp4_tv3.flv"
    or if you want play with vlc

    Code:
    rtmpdump -r "rtmpe://fml.5011.edgecastcdn.net/205011/live" -a "205011/live" -f "WIN 16,0,0,235" -W "http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf" -p "http://www.tv3.ie/3player/live/" --live -y "mp4:tv3.mp4" - | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
    Interesting. I didn't know you could pipe from rtmpdump to VLC for watching. Thanks for alerting me to that possibility.

    I can't watch the video from the web page because of geographic restrictions. But there's no problem downloading or watching via the direct rtmpe link. Another nice "feature".
    Last edited by jagabo; 3rd Mar 2015 at 06:26.
    Quote Quote  
  12. Any help getting the RTE direct links I posted as well guys?
    Quote Quote  
  13. I want to download from tv3.ie for offline viewing. when i try RTMPDump.exe the command windows just flashes and closes?

    Is this the right code
    rtmpdump -r "rtmpe://fml.5011.edgecastcdn.net/205011/live" -a "205011/live" -f "WIN 16,0,0,235" -W "http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf" -p "http://www.tv3.ie/3player/live/" --live -y "mp4:tv3.mp4" -o "mp4_tv3.flv"swfVfy=true and app=205011/live
    Quote Quote  
  14. I want to download from tv3.ie for offline viewing. when i try RTMPDump.exe the command windows just flashes and closes?

    Is this the right code
    Code:
    rtmpdump -r "rtmpe://fml.5011.edgecastcdn.net/205011/live" -a "205011/live" -f "WIN 16,0,0,235" -W "http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf" -p "http://www.tv3.ie/3player/live/" --live -y "mp4:tv3.mp4" -o "mp4_tv3.flv"swfVfy=true and app=205011/live
    is "swfVfy=true and app=205011/live" meant to be added on to the code given
    Quote Quote  
  15. Originally Posted by Sounds View Post
    I want to download from tv3.ie for offline viewing. when i try RTMPDump.exe the command windows just flashes and closes?

    Is this the right code
    rtmpdump -r "rtmpe://fml.5011.edgecastcdn.net/205011/live" -a "205011/live" -f "WIN 16,0,0,235" -W "http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf" -p "http://www.tv3.ie/3player/live/" --live -y "mp4:tv3.mp4" -o "mp4_tv3.flv"swfVfy=true and app=205011/live
    hi
    this code works
    Code:
    rtmpdump -r "rtmpe://fml.5011.edgecastcdn.net/205011/live" -a "205011/live" -f "WIN 16,0,0,235" -W "http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf" -p "http://www.tv3.ie/3player/live/" --live -y "mp4:tv3.mp4" -o "mp4_tv3.flv"
    Code:
    rtmpdump -r "rtmpe://fml.5011.edgecastcdn.net/205011/live" -a "205011/live" -f "WIN 16,0,0,235" -W "http://www.tv3.ie/player/assets/flowplayer/flash/flowplayer.commercial-3.2.7.swf" -p "http://www.tv3.ie/3player/live/" --live -y "mp4:tv3.mp4" -o "mp4_tv3.flv"
    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...
    Starting Live Stream
    INFO: Metadata:
    INFO:   createdby               ViewCast
    INFO:   streamstartUTC          14 Sep 2015 10:12:06
    INFO:   canSeekToEnd            0.00
    INFO:   duration                0.00
    INFO:   audiocodecid            10.00
    INFO:   audiodelay              0.00
    INFO:   audiodatarate           128.00
    INFO:   audiochannels           2.00
    INFO:   videocodecid            7.00
    INFO:   framerate               25.00
    INFO:   videodatarate           768.00
    INFO:   height                  576.00
    INFO:   width                   768.00
    23783.931 kB / 216.42 sec
    maybe you need this version of rtmpdump https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
    Quote Quote  
  16. thanks
    i am confused as to where to enter the code?
    in command i changed directory. what is the command to run rtmpdump? run will not work or run /
    ?

    is there any way to enter a code in vlc and down load a specific tv program from tv3.ie player. It is a recording on the player site here called the joy http://www.tv3.ie/3player/show/852/101289/0/The-Joy

    I do not want the app, want it offline to view, get past ads
    Last edited by Anonymous; 17th Nov 2015 at 14:58.
    Quote Quote  
  17. i cannot get this to work. i tried getflv but it only gets the ads which are before and in the program
    Quote Quote  
  18. ...
    Last edited by sysanin; 21st Nov 2015 at 15:05.
    Quote Quote  
  19. Originally Posted by sysanin View Post
    is there any way to enter a code in vlc and down load a specific tv program from tv3.ie player
    Use youtube-dl

    Thanks for that i will try it. there is an exe for people who do not have python

    EDIT I tried the exe but the black cmd window just flashes and closes again.
    Last edited by Anonymous; 20th Nov 2015 at 09:40.
    Quote Quote  
  20. ...
    Last edited by sysanin; 21st Nov 2015 at 15:06.
    Quote Quote  
  21. Originally Posted by sysanin View Post
    I tried the exe but the black cmd window just flashes and closes again
    Create a bat file in Notepad, and you will be able to run at the command prompt any exe file from this folder

    i do not understand why you have youtube - dl and rtmp. I ran youtube -dl.exe and it says you must provide at least one url.but how can i provide an url when the command box flashes and closes

    How do you change the command so it is C:\youtube-dl? when i try it say not recognized as internal or external command operable file or batch file

    Thanks
    Last edited by Anonymous; 21st Nov 2015 at 07:45.
    Quote Quote  
  22. Originally Posted by Sounds View Post
    Originally Posted by sysanin View Post
    I tried the exe but the black cmd window just flashes and closes again
    Create a bat file in Notepad, and you will be able to run at the command prompt any exe file from this folder

    i do not understand why you have youtube - dl and rtmp. I ran youtube -dl.exe and it says you must provide at least one url.but how can i provide an url when the command box flashes and closes

    How do you change the command so it is C:\youtube-dl? when i try it say not recognized as internal or external command operable file or batch file

    Thanks
    youtube-dl.exe works in command prompt , you can't use it with double-click


    so if you have C:\youtube-dl.exe
    open command prompt and and go in the good folder (in youtube-dl's folder)

    Code:
    cd C:\
    Code:
    youtube-dl -g -f 2686 "http://www.tv3.ie/3player/show/852/101289/0/The-Joy"
    Quote Quote  
  23. Originally Posted by biezom View Post
    Originally Posted by Sounds View Post
    Originally Posted by sysanin View Post
    I tried the exe but the black cmd window just flashes and closes again
    Create a bat file in Notepad, and you will be able to run at the command prompt any exe file from this folder

    i do not understand why you have youtube - dl and rtmp. I ran youtube -dl.exe and it says you must provide at least one url.but how can i provide an url when the command box flashes and closes

    How do you change the command so it is C:\youtube-dl? when i try it say not recognized as internal or external command operable file or batch file

    Thanks
    youtube-dl.exe works in command prompt , you can't use it with double-click


    so if you have C:\youtube-dl.exe
    open command prompt and and go in the good folder (in youtube-dl's folder)

    Code:
    cd C:\
    Code:
    youtube-dl -g -f 2686 "http://www.tv3.ie/3player/show/852/101289/0/The-Joy"
    Thanks for your patience. Here is a screenshot of what i got trying that. What did i do wrong?
    Image Attached Thumbnails Click image for larger version

Name:	ytdl.jpg
Views:	108
Size:	37.6 KB
ID:	34593  

    Quote Quote  
  24. Originally Posted by Sounds View Post
    Originally Posted by biezom View Post
    Originally Posted by Sounds View Post
    Originally Posted by sysanin View Post
    I tried the exe but the black cmd window just flashes and closes again
    Create a bat file in Notepad, and you will be able to run at the command prompt any exe file from this folder

    i do not understand why you have youtube - dl and rtmp. I ran youtube -dl.exe and it says you must provide at least one url.but how can i provide an url when the command box flashes and closes

    How do you change the command so it is C:\youtube-dl? when i try it say not recognized as internal or external command operable file or batch file

    Thanks
    youtube-dl.exe works in command prompt , you can't use it with double-click


    so if you have C:\youtube-dl.exe
    open command prompt and and go in the good folder (in youtube-dl's folder)

    Code:
    cd C:\
    Code:
    youtube-dl -g -f 2686 "http://www.tv3.ie/3player/show/852/101289/0/The-Joy"
    Thanks for your patience. Here is a screenshot of what i got trying that. What did i do wrong?

    you need irish ip to use youtube-dl and find the m3u8 link

    but no need irish ip to use the m3u8 link

    you can use livestreamer

    you need use livestreamer in command line with command prompt

    Code:
    livestreamer "hls://http://player.ooyala.com/player/ipad/8xOWNxeDpTVTkARQ3Rn80_xTAQ6TtwG__2200.m3u8" best -o video.ts
    Quote Quote  
  25. Thanks biezom

    I seem to be getting somewhere. This is what i got with an Irish IP. What does the error mean. i know there are ads before the video, i got them with getflv
    Image Attached Thumbnails Click image for larger version

Name:	tv3.jpg
Views:	275
Size:	63.9 KB
ID:	34596  

    Quote Quote  
  26. Originally Posted by Sounds View Post
    Thanks biezom

    I seem to be getting somewhere. This is what i got with an Irish IP. What does the error mean. i know there are ads before the video, i got them with getflv
    1) no need irish ip

    with livestreamer

    Code:
    livestreamer "hls://http://player.ooyala.com/player/ipad/8xOWNxeDpTVTkARQ3Rn80_xTAQ6TtwG__2200.m3u8" best -o video.ts
    with youtube-dl (with ffmpeg.exe in the same folder of youtube-dl.exe)


    Code:
    youtube-dl "http://player.ooyala.com/player/ipad/8xOWNxeDpTVTkARQ3Rn80_xTAQ6TtwG__2200.m3u8" -o video.ts

    2 ) need irish ip

    with youtube-dl (with ffmpeg.exe in the same folder of youtube-dl.exe)

    Code:
    youtube-dl  "http://www.tv3.ie/3player/show/852/101289/0/The-Joy"



    3) if you want more help see your private message
    Quote Quote  
  27. in livestreamer the same thing happens. the black command box opens and flashes and closes
    Quote Quote  
  28. Originally Posted by Sounds View Post
    in livestreamer the same thing happens. the black command box opens and flashes and closes

    like youtube-dl you need use livestreamer in command line
    so open command prompt
    Quote Quote  
  29. Originally Posted by biezom View Post
    Originally Posted by Sounds View Post
    in livestreamer the same thing happens. the black command box opens and flashes and closes

    like youtube-dl you need use livestreamer in command line
    so open command prompt
    thanks just did that and i get this


    C:\Users\sounds\Downloads\SOFTWARE\livestreamer-v1.12.2-win32\livestreamer-v1.12.2\livestreamer.exe


    Open this stream when no stream argument is specified, e.g. "best".

    --retry-streams DELAY
    Will retry fetching streams until streams are found while
    waiting DELAY (seconds) between each attempt.

    --retry-open ATTEMPTS
    Will try ATTEMPTS times to open the stream until giving up.

    Default is 1.

    --stream-types TYPES, --stream-priority TYPES
    A comma-delimited list of stream types to allow.

    The order will be used to separate streams when there are multiple
    streams with the same name but different stream types.

    Default is "rtmp,hls,hds,http,akamaihd".

    --stream-sorting-excludes STREAMS
    Fine tune best/worst synonyms by excluding unwanted streams.

    Uses a filter expression in the format:

    [operator]<value>

    Valid operators are >, >=, < and <=. If no operator is specified
    then equality is tested.

    For example this will exclude streams ranked higher than "480p":

    ">480p"

    Multiple filters can be used by separating each expression with
    a comma.

    For example this will exclude streams from two quality types:

    ">480p,>medium"


    Stream transport options:
    --hds-live-edge SECONDS
    The time live HDS streams will start from the edge of stream.

    Default is 10.0.

    --hds-segment-attempts ATTEMPTS
    How many attempts should be done to download each HDS segment
    before giving up.

    Default is 3.

    --hds-segment-threads THREADS
    The size of the thread pool used to download HDS segments.
    Minimum value is 1 and maximum is 10.

    Default is 1.

    --hds-segment-timeout TIMEOUT
    HDS segment connect and read timeout.

    Default is 10.0.

    --hds-timeout TIMEOUT
    Timeout for reading data from HDS streams.

    Default is 60.0.

    --hls-live-edge SEGMENTS
    How many segments from the end to start live HLS streams on.

    The lower the value the lower latency from the source you will be,
    but also increases the chance of buffering.

    Default is 3.

    --hls-segment-attempts ATTEMPTS
    How many attempts should be done to download each HLS segment
    before giving up.

    Default is 3.

    --hls-segment-threads THREADS
    The size of the thread pool used to download HLS segments.
    Minimum value is 1 and maximum is 10.

    Default is 1.

    --hls-segment-timeout TIMEOUT
    HLS segment connect and read timeout.

    Default is 10.0.

    --hls-timeout TIMEOUT
    Timeout for reading data from HLS streams.

    Default is 60.0.

    --http-stream-timeout TIMEOUT
    Timeout for reading data from HTTP streams.

    Default is 60.0.

    --ringbuffer-size SIZE
    The maximum size of ringbuffer. Add a M or K suffix to specify mega
    or kilo bytes instead of bytes.

    The ringbuffer is used as a temporary storage between the stream
    and the player. This is to allows us to download the stream faster
    than the player wants to read it.

    The smaller the size, the higher chance of the player buffering
    if there are download speed dips and the higher size the more data
    we can use as a storage to catch up from speed dips.

    It also allows you to temporary pause as long as the ringbuffer
    doesn't get full since we continue to download the stream in the
    background.

    Note: A smaller size is recommended on lower end systems (such as
    Raspberry Pi) when playing stream types that require some extra
    processing (such as HDS) to avoid unnecessary background
    processing.

    Default is "16M".

    --rtmp-proxy PROXY, --rtmpdump-proxy PROXY
    A SOCKS proxy that RTMP streams will use.

    Example: 127.0.0.1:9050

    --rtmp-rtmpdump FILENAME, --rtmpdump FILENAME, -r FILENAME
    RTMPDump is used to access RTMP streams. You can specify the
    location of the rtmpdump executable if it is not in your PATH.

    Example: "/usr/local/bin/rtmpdump"

    --rtmp-timeout TIMEOUT
    Timeout for reading data from RTMP streams.

    Default is 60.0.

    --stream-segment-attempts ATTEMPTS
    How many attempts should be done to download each segment before giving up.

    This is generic option used by streams not covered by other options,
    such as stream protocols specific to plugins, e.g. UStream.

    Default is 3.

    --stream-segment-threads THREADS
    The size of the thread pool used to download segments.
    Minimum value is 1 and maximum is 10.

    This is generic option used by streams not covered by other options,
    such as stream protocols specific to plugins, e.g. UStream.

    Default is 1.

    --stream-segment-timeout TIMEOUT
    Segment connect and read timeout.

    This is generic option used by streams not covered by other options,
    such as stream protocols specific to plugins, e.g. UStream.

    Default is 10.0.

    --stream-timeout TIMEOUT
    Timeout for reading data from streams.

    This is generic option used by streams not covered by other options,
    such as stream protocols specific to plugins, e.g. UStream.

    Default is 60.0.

    --stream-url
    If possible, translate the stream to a URL and print it.

    --subprocess-cmdline, --cmdline, -c
    Print command-line used internally to play stream.

    This is only available on RTMP streams.

    --subprocess-errorlog, --errorlog, -e
    Log possible errors from internal subprocesses to a temporary file.
    The file will be saved in your systems temporary directory.

    Useful when debugging rtmpdump related issues.


    HTTP options:
    --http-proxy HTTP_PROXY
    A HTTP proxy to use for all HTTP requests.

    Example: http://hostnameort/

    --https-proxy HTTPS_PROXY
    A HTTPS capable proxy to use for all HTTPS requests.

    Example: http://hostnameort/

    --http-cookie KEY=VALUE
    A cookie to add to each HTTP request.

    Can be repeated to add multiple cookies.

    --http-header KEY=VALUE
    A header to add to each HTTP request.

    Can be repeated to add multiple headers.

    --http-query-param KEY=VALUE
    A query parameter to add to each HTTP request.

    Can be repeated to add multiple query parameters.

    --http-ignore-env
    Ignore HTTP settings set in the environment such as environment
    variables (HTTP_PROXY, etc) or ~/.netrc authentication.

    --http-no-ssl-verify
    Don't attempt to verify SSL certificates.

    Usually a bad idea, only use this if you know what you're doing.

    --http-ssl-cert FILENAME
    SSL certificate to use.

    Expects a .pem file.

    --http-ssl-cert-crt-key CRT_FILENAME KEY_FILENAME
    SSL certificate to use.

    Expects a .crt and a .key file.

    --http-timeout TIMEOUT
    General timeout used by all HTTP requests except the ones covered
    by other options.

    Default is 20.0.


    Plugin options:
    --plugin-dirs DIRECTORY
    Attempts to load plugins from these directories.

    Multiple directories can be used by separating them with a
    semi-colon.

    --twitch-oauth-token TOKEN
    An OAuth token to use for Twitch authentication.
    Use --twitch-oauth-authenticate to create a token.

    --twitch-oauth-authenticate
    Open a web browser where you can grant Livestreamer access
    to your Twitch account which creates a token for use with
    --twitch-oauth-token.

    --twitch-cookie COOKIES
    Twitch cookies to authenticate to allow access to subscription channels.

    Example:

    "_twitch_session_id=xxxxxx; persistent=xxxxx"

    Note: This method is the old and clunky way of authenticating with
    Twitch, using --twitch-oauth-authenticate is the recommended and
    simpler way of doing it now.

    --ustream-password PASSWORD
    A password to access password protected UStream.tv channels.

    --crunchyroll-username USERNAME
    A Crunchyroll username to allow access to restricted streams.

    --crunchyroll-password [PASSWORD]
    A Crunchyroll password for use with --crunchyroll-username.

    If left blank you will be prompted.

    --crunchyroll-purge-credentials
    Purge cached Crunchyroll credentials to initiate a new session
    and reauthenticate.

    --livestation-email EMAIL
    A Livestation account email to access restricted or premium
    quality streams.

    --livestation-password PASSWORD
    A Livestation account password to use with --livestation-email.


    For more in-depth documention see:
    http://docs.livestreamer.io/

    Please report broken plugins or bugs to the issue tracker on Github:
    https://github.com/chrippa/livestreamer/issues

    c:\>
    Quote Quote  
  30. open command prompt
    and paste the code

    Code:
    livestreamer "hls://http://player.ooyala.com/player/ipad/8xOWNxeDpTVTkARQ3Rn80_xTAQ6TtwG__2200.m3u8" best -o video.ts
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!