need to upload an SRT file for video subtitles using PHP for YOUTUBE URL and display the subtitles based on SRT file on webpage.
Related
i want to to embed twitter spaces audio file in my website, this is live audio example of the twitter audio spaces (https://twitter.com/i/spaces/1vOGwyeYanmxB), i just want to embed these audio to my website.
I've been working with Imgur's api for fetching a retrieving photos but whenever I try and download a gifv, or webm I can't download or play it. Now Imgur's api has no direct way to download the gifv as an mp4. Is their anyway I can convert the downloaded gifv to a playable mp4 in Swift?
Is their anyway I can convert the downloaded gifv to a playable mp4 in Swift?
Not really.
gifv is not a real file format but a set of HTML5 rules that imgur uses on their webpages to deliver their new GIFs: the server decides which file it delivers upon several criteria like bandwidth.
gifv is actually a wrapper on their server containing a WebM file, a MP4 and a re-encoded GIF.
You can't use it as it is, a GIFV is only playable via an HTML code snippet generated by this imgur page.
I have a list of 50 videos.
Uploading the videos to YouTube.
After uploading I will need to have the URL that the video is on in an excel spreadsheet.
Doesn't want to do it manually..
Any auto way doing it? Using YouTube API? Or without?
I have a bunch of MP4 files on S3. Is it possible to stream MP4 video content onto iPhone directly from S3? If so, how can I do this? If I can't do this, what options do I have for streaming video to iPhone? (e.g. run HLs streaming server on EC2? pseudo-streaming or progressive media download?)
Cloudfront can stream video but apparently only using RTMP protocol which is not supported natively by iOS. I'd like to stream natively (make things easier). Thanks all.
You can stream, but the video file must be segmented into .ts files and an .m3u8 file that lists the segments. See https://developer.apple.com/streaming/
I am trying to upload 3gp files into my rails application on ami instance using paperclip.
I then move that 3gp file to darwing streaming server folder to stream it.
To have a better identification of file names , it has been prepended with some ids'.
Now when i am trying to play that video through its rtsp link on mobile, i am not able to play that video. Interestingly, when i download that video to my local machine and play it with say vlc - i am able to do that.
what could be missing here.
To stream a 3gp or mp4 file via darwin streaming server, you must ensure that the media file is hinted.
To add hint track to a 3gp or mp4 file, you can use MP4Box
http://gpac.wp.institut-telecom.fr/mp4box/
mp4box -hint sample.3gp