Status
Not open for further replies.
It's very bad that you transcode the 1080p movie to 360p
Post automatically merged:

It's very bad that you transcode the 1080p movie to 360p
Sorry for my previous post, I can't delete it anymore. I re-uploaded the video and now the quality is good.
 
Last edited:
@Streamlare-Kim , Hello! The site doesn't keep me logged in. I have to log in again every day. And I see the new features are not added to my account yet. I have only 360p quality and "Original" on video.
Other resolutions will be added in 1-24 hours. Auto-logout has been fixed.
You keep Your words guys :D Thank You!
Last wish for a while :] theres any chance to start video in specific time?
I mean like on YT for example -
Cheers
Added to API.
 
Hi
What about my request
Hi,

Your request was denied, because, you can already search your files by it's name without using our API.
If you are using PHP, you can use array_filter to search your file that is returned with our API: https://streamlare.com/api#file-get


Code:
$arr = json_decode($APIResponse);
$results = array_filter($arr, function($video){
   return $video['name'] == 'My Video Name';
});
 
Can you add thumbnail extraction like this? I need thumbnails to represent videos. It's really necessary

KsbJMU7.png

Post automatically merged:
I wonder when I can get the "Thumbnail Only" data. I've been waiting for this function for quite some time but still haven't seen it ??
 
The site is not loading right now. I can't access my files.
Post automatically merged:

"Remote Upload" from mixdrop host is not possible? I also tried with several hosts but it doesn't work.
Torrent Upload? :) Like it is on streamsb?
 
Last edited:
The site is not loading right now. I can't access my files.
Post automatically merged:

"Remote Upload" from mixdrop host is not possible? I also tried with several hosts but it doesn't work.
Torrent Upload? :) Like it is on streamsb?
Hmm, weird, the site was never down.

We're currently using youtube-dl, so I don't think adding more several host is possible, because it's never ending updates.
 
Status
Not open for further replies.
Back
Top