Questions tagged [vod]

24 questions
0
votes
0 answers

How to run a PyPi package command on Python

I want to use the twitch-dl package from PyPi. After installing it, the idea is to basically run it on the terminal like this: twitch-dl download And it works well when running on the terminal but my goal is to run this command…
Onur-Andros Ozbek
  • 2,998
  • 2
  • 29
  • 78
0
votes
0 answers

How do I play HLS video with multiple resolutions (m3u8 playlist)?

How do I play HLS video with multiple resolutions? My HLS player list. Filename:…
0
votes
1 answer

Unable to locate package kaltura-nginx

I am trying to install Kaltura VOD Module (Github) in my Ubuntu 20 machine. But when I run the command "apt-get install kaltura-nginx", it shows me the error "Unable to locate package kaltura-nginx". I dont get if the package is not available right…
Tanmaya
  • 11
0
votes
1 answer

Using a HLS m3u8 or DASH mpd as ffmpeg input: seeking performance

I wonder if any FFMPEG wizards can help with this: I've seen examples (like FFmpeg code not working on http url for thumbnail extraction) of using a http URL as the input but so far only with an .mp4. If I were to instead use an ABR .m3u8/.mpd as…
coder_uk
  • 657
  • 1
  • 8
  • 20
0
votes
0 answers

Is there a way to implement my own CDN solution?

I'm trying to build a VOD website and I can't afford a commercial CDN. Is it possible to build such an application without a CDN provider ? will I be able to buffer video segments without problems ? and can I build a my own CDN alternative solution…
0
votes
1 answer

Optimize script commands FFMPEG with Limit CPU usage

I am working on a audio/video uploading and streaming project. Process: I have 2 audio files and a video file which I am processing with FFMPEG. I need to process these audio and video files in the below mentioned way: Generating thumbnail from the…
Arsal Imam
  • 2,882
  • 2
  • 24
  • 35
-1
votes
1 answer

When can text/html be an "unsupported MIME type"?

tl;dr Does anyone recalls any scenario or situation in which Microsoft Edge under Windows 11 claims that text/html is "unsupported MIME type"? I am trying to play Polish VOD television in the following gear: Microsoft Edge (110.0.1587.63…
trejder
  • 17,148
  • 27
  • 124
  • 216
-1
votes
1 answer

What is the best way to speed up and run a website heavy on video content - CDN?

I have developed a website which allows users to upload videos which can be watched by other users. It all works fine apart from videos with a bigger resolution, will sometimes freeze. What is the best way to go about this? I am working on a…
mark davies
  • 139
  • 9
-1
votes
1 answer

How Google Drive, Dropbox and etc can stream any uploaded video file format in your browser

I have a theoretical question on how cloud services or VOD services are streaming their video files. For example you can upload almost any video format in Google Drive and DropBox and then through their web app you can play it. How you can do that…
Julian Docev
  • 119
  • 9
1
2