VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. Hello friends,
    is there a chance to get the live video of this website? it's free but it's not always on air, this is the schedule
    I can help by saying that usually there is no m3u8 but a .ts that changes every few seconds
    Thank you!
    Quote Quote  
  2. hard to know without actually seeing the behaviour.
    i doubt it would be encrypted, try using idm or stream detector as others have mentioned in other threads.

    if you still cant get it, open developer tools, refresh the site and once it starts playing, right click on any request in the network tab and 'save all as har with content' (or similar in other browsers). then upload that file here
    Quote Quote  
  3. Psychology student CrymanChen's Avatar
    Join Date
    Apr 2022
    Location
    Mainland China
    Search Comp PM
    I agree with the ElCap.

    As for fetching the link, I recommend you try again when the channel is live (i.e. when there's something playing on the channel)

    "no m3u8 but a .ts" is probably not so true.
    Take Tencent Video (China) as an example, its m3u8 link is hidden in the massive Internet connections.
    You could try adjusting the resolution so the client side will send a new request of getting another resolution, and then you could use IDM or something else to sniff the link for you.
    twitter @Cryman_Chen
    email crymanchen@gmail.com
    Quote Quote  
  4. Thanks for the replies.
    The next event is next Monday, if I can, I'll post what you asked for and i try also with IDM
    Quote Quote  
  5. Even if it's not live at the moment, looking at the code you can see that they use ustream.tv to stream the video, which is supported by yt-dlp. So if all else fails, at least you should be able to feed yt-dlp the URL and take it from there.
    Quote Quote  
  6. Originally Posted by ElCap View Post
    hard to know without actually seeing the behaviour.
    i doubt it would be encrypted, try using idm or stream detector as others have mentioned in other threads.

    if you still cant get it, open developer tools, refresh the site and once it starts playing, right click on any request in the network tab and 'save all as har with content' (or similar in other browsers). then upload that file here

    Right now the stream is live...
    Attached the HAR
    Image Attached Files
    Quote Quote  
  7. Originally Posted by kukas View Post
    Right now the stream is live...
    Attached the HAR
    easiest way to download from ustream seems to be using streamlink.

    in developer tools - network, filter on ustream and copy the embed link
    eg. https://www.ustream.tv/embed/18082483

    use this command to save the stream to a file called coppin.ts
    Code:
    streamlink https://www.ustream.tv/embed/18082483 best -o coppin.ts --hls-live-restart
    (--hls-live-restart Skip to the beginning of a live stream, or as far back as possible.)
    Quote Quote  
  8. Originally Posted by ElCap View Post
    Originally Posted by kukas View Post
    Right now the stream is live...
    Attached the HAR
    easiest way to download from ustream seems to be using streamlink.

    in developer tools - network, filter on ustream and copy the embed link
    eg. https://www.ustream.tv/embed/18082483

    use this command to save the stream to a file called coppin.ts
    Code:
    streamlink https://www.ustream.tv/embed/18082483 best -o coppin.ts --hls-live-restart
    (--hls-live-restart Skip to the beginning of a live stream, or as far back as possible.)
    Yes! Thank you! I've done it!

    May I ask about this other Har file attached? is another video platform
    Image Attached Files
    Quote Quote  



Similar Threads

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