Hello
http://istanbuluseyret.com/TuristikKameralar/
When ANADOLU HİSARI, BAĞDAT CADDESİ etc are clicked from this website, live videos are being showed. How can i get these videos' links? Thanks for your help
+ Reply to Thread
Results 1 to 5 of 5
-
-
The website (http://istanbuluseyret.com/TuristikKameralar/) has live video cams. Different cams can be selected (see screenshot, green circles). Tubedigger ($15) will record any of the live cams. I know you asked for download links. That is a good question because I couldn't figure out how to find direct download links for the video cams. Maybe someone else can figure it out. Below are the first two video cams, one minute recording (Golden Gate bridge and street scene) from Tubedigger.
https://files.videohelp.com/u/61125/s1.mp4 (26MB)
https://files.videohelp.com/u/61125/s2.mp4 (20MB) -
Ok, I think I got it. See:
https://forum.videohelp.com/threads/375803-Getting-direct-video-link-from-this-website
You must use
livestreamer
on the command line.
I read and adapted the thread (part one I just copied because it should stay the same):
1)Code:livestreamer --http-header "Referer=http://istanbuluseyret.com/TuristikKameralar/" "httpstream://http://player.mediatriple.net/yeniplayer/embed.php?cid=128&uid=5" best -o source.txt
embed
and find this (see second screenshot)
http://player.mediatriple.net/yeniplayer/embed.php?cid=131&uid=5
which becomes this:
Code:livestreamer --http-header "Referer=http://istanbuluseyret.com/TuristikKameralar/" "httpstream://http://player.mediatriple.net/yeniplayer/embed.php?cid=131&uid=5" best -o source.txt
2) Look at the txt file called
source.txt
found in
C:\documents and settings\default
3) open up the txt file and search for
ibbcam
4) choose the entry that starts with
rtsp
5) In this case I found:
Code:rtsp://ibbcam.mediatriple.net:80/ibb_live/anadoluhisarilq.stream?TOKEN=2a676d0765a2b4dd2d7d0b30cf40e25a
Second webcam (BAĞDAT CADDESİ) gives this:
Code:rtsp://ibbcam.mediatriple.net:80/ibb_live/bagdat1lq.stream?TOKEN=2a676d0765a2b4dd2d7d0b30cf40e25a
6) put this into vlc > media> open network stream
and press play to watch the live video. You can also record by pressing the red record button
(see screenshot 1)Last edited by jimdagys; 24th Aug 2017 at 21:13.
-
I think token is needed to play it. Token is changing. The user will find how to token when he wants to watch the video. The user must always do (2) (3) (4) (5).
Similar Threads
-
Video url capture
By eznora in forum Capturing and VCRReplies: 1Last Post: 30th Aug 2018, 09:50 -
How to get playable url to vlc? See the url (uplync)
By bloodhod in forum Video Streaming DownloadingReplies: 3Last Post: 5th Jul 2016, 04:13 -
Windows 7 video player that can save URL videos with applied video effects?
By coolvibe in forum Newbie / General discussionsReplies: 7Last Post: 13th Jun 2016, 16:52 -
How i find the URL from this Video?
By Christian62 in forum Video Streaming DownloadingReplies: 4Last Post: 23rd Jan 2015, 04:13 -
Donated to ffmpegX instead of registering - any way to change that?
By tl45940 in forum ffmpegX general discussionReplies: 3Last Post: 3rd Jun 2014, 13:30