Difference between revisions of "Freshlive"

From Archiveteam
Jump to navigation Jump to search
(It's dead, and not too much of it grabbed unfortunately)
m (Navbox)
Line 64: Line 64:
# Get playlist for highest quality: https://movie.freshlive.tv/playlist/37466.m3u8
# Get playlist for highest quality: https://movie.freshlive.tv/playlist/37466.m3u8
# Download the video segments
# Download the video segments
{{Navigation box}}

Revision as of 05:41, 20 December 2020

freshlive.tv
Freshlive logo
Screenshot of a video on Freshlive's own official channel
Screenshot of a video on Freshlive's own official channel
URL https://freshlive.tv/
Status Offline
Archiving status Partially saved
Archiving type Unknown
Project source https://github.com/ArchiveTeam/freshlive-grab
Project tracker https://tracker.archiveteam.org/freshlive/
IRC channel #archiveteam-bs (on hackint)

Freshlive is a Japanese video hosting website and app. Both free and paid content was made available through it. It is currently in a staged shutdown, public access to the website is expected to be restricted on December 18th, 2020.

Shutdown announcement

E-mail announcement, posted by a user on October 2nd, 2020:

Thank you for using FRESH LIVE.
We are sorry to announce that FRESH LIVE will no longer be available. We would like to thank you for your continued support. We would like to thank you for your continued support.
The schedule for the future is as follows

* Announcement to users: Early October
* Automatic billing renewal for pay-per-month channels will stop on Friday, October 30
* Making Public Videos Private Monday, November 30
* Termination of the delivery function Monday, November 30
* Access to FRESH LIVE will be suspended on Friday, December 18
* End of providing the past video download function on Friday, January 29
* End of providing the revenue drawer function Friday, January 29
* Suspension of access to the distribution management screen Friday, January 29

Please note that the schedule is subject to change.

OPENREC.tv, which is operated by our group companies, provides high quality, low latency video streaming. We offer a live streaming service. Similar to FRESH LIVE, we also offer a monthly fee-based channel.
If you have any questions about opening a channel on OPENREC.tv, please contact us for more information.

The latest post on Freshlive's announcement blog reads (Google Translate):

2020.10.09 09:30
Notice of end of FRESH LIVE service


FRESH LIVE will end the provision of all services as of November 30, 2020 (Monday).

For customers who are currently subscribed to the monthly membership channel, the billing will not be automatically renewed after November 1st (Sun).
Programs that are open to the public for free will be available for viewing until Sunday, November 29th.

Thank you for your patronage. Thank you from the bottom of my heart.

Site structure

The site featured long-term videos, "programs" (streams) and posts, possibly more. Examples:

A page's information for video content is stored at the bottom of HTML in the second <script>-tag after div.announcer and contains the metadata necessary to retrieve the video.

Videos are hosted as .m3u8 playlists of .ts segments (backed by Cloudfront CDN); based tackychannel above:

  1. Extract json metadata from HTML
    • This includes all info for the client-side to render the page: Channel, thumbnails, recommendations etc.
  2. Contains all resolutions (quality): https://movie.freshlive.tv/manifest/12560/archive.m3u8
    • manifests will return a JSON if an error occurs: e.g. "json.errors[0].message" → "forbidden" for premium content / "not found"
  3. Get playlist for highest quality: https://movie.freshlive.tv/playlist/37466.m3u8
  4. Download the video segments