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....
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 30 of 35
-
-
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"
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... -
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
-
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.
-
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. -
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 !!! -
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" -
-
Thanks for the reply .
Yes I agree , it's better .
Cheers .JE SUIS CHARLIE !!! -
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.
-
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 -
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
-
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
-
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 adsLast edited by Anonymous; 17th Nov 2015 at 14:58.
-
Last edited by Anonymous; 20th Nov 2015 at 09:40.
-
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
ThanksLast edited by Anonymous; 21st Nov 2015 at 07:45.
-
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"
-
-
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
-
1) no need irish ip
with livestreamer
Code:livestreamer "hls://http://player.ooyala.com/player/ipad/8xOWNxeDpTVTkARQ3Rn80_xTAQ6TtwG__2200.m3u8" best -o video.ts
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 -
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:\> -
open command prompt
and paste the code
Code:livestreamer "hls://http://player.ooyala.com/player/ipad/8xOWNxeDpTVTkARQ3Rn80_xTAQ6TtwG__2200.m3u8" best -o video.ts