Questions tagged [ott]

Over-The-Top Content (OTT) is the broadband video delivery without the ISP being involved in the control or distribution of the content. Some well-known OTT services are Netflix, PictureBox and Hulu.

Over-The-Top Content (OTT) is the broadband video delivery without the ISP being involved in the control or distribution of the content. Some well-known OTT services are Netflix, PictureBox and Hulu.

OTT is very complex discipline, which includes video metadata servers, CDN, CRM system, ingest/encoding DRM, billing, payment gateways, client devices applications and many other related issues like legal and contractual issues with film studios.

29 questions
0
votes
2 answers

How to insert SCTE-35 markers in Livestream/Playout

AWS media convert support SCTE-35 markers insertion for VOD content only, which further detected by media tailor and replace the ads from given ad server in realtime. Is their any tool or package that I can use to insert SCTE-35 markers to…
0
votes
1 answer

How to access Screen Narrator setting from Xbox UWP app?

I have a javascript UWP app running on Xbox One for a long time now, but recently we've been asked to implement TTS (text to speech) for the platform. The thing is, first we need to know if the Screen Reader setting is enabled. How can I access this…
0
votes
1 answer

SCTE 35 ad markers in transport streams

I have few doubts on SCTE-35 markers. Is there any open source tools available to add splice points to mpeg segments. Currently I am using mpddash and mp4hls for converting fragmented mp4 into mpd/hls. Please help where and how can I add SCTE…
0
votes
0 answers

Is there any constraints for timedmetadata raw size in Roku?

Below is my finding: When play an HLS stream and have a less than 8 kb timed metadata raw size then we are getting raw data and able to display it during the playback When playing an HLS stream and having a more than 8 kb timed metadata raw size…
Vijay Kumar
  • 141
  • 1
  • 13
0
votes
2 answers

Play m3u8 or mpd file videos offline

I get m3u8 or mpd file from server and i download it in my app storage. How will i play it offline. Im newbie to offline videos. Any suggestion for its usage methods. Currently i play m3u8 or mpd files with exoplayer which is Dash, HLS or…
hodokeg
  • 9
  • 1
  • 4
0
votes
1 answer

Playing youtu.be and vimeo videos in videojs

I am using videojs library in the .net core web application. The reason I chose this library was that it is easily customizable. Their website mentions that we can embed youtube and Vimeo URLs as well. But, when I am trying to do the same it is not…
user1181942
  • 1,587
  • 7
  • 35
  • 45
0
votes
1 answer

Scraping OTT platform content list

How to scrape OTT streaming platforms(Netflix, Prime video, HULU, Hotstar, etc.) catalogue list with details like flixjini, justwatchit and other's do?
user338171
  • 31
  • 3
0
votes
1 answer

How VoIP apps like Viber, Skype,.. work when user's IP changed?

I'm currently researching about how to make an iOS VoIP app and I wondering how user1 of Skype, Viber, Facebook Messengers... can reach to other user in contact list? In my case, the users can request a call to admins. Then admins can call back to…
Bad_Developer
  • 537
  • 5
  • 20
0
votes
1 answer

Http POST in android app without data

I'm trying to send a video url in a http POST request but it's not working for me, I think I've (almost?) the necessary code to make it work, or else I'm missing something very simple? public void postVideoURL() throws IOException { String…
0
votes
1 answer

Media link of a video available on OTT platform

I am looking to integrate videos freely available on OTT platforms in India. For example http://www.sonyliv.com/details/full%20movie/4709492313001/The-Butterflies-In-My-Head-%7C-Short-Film However this is the web link to the video file. I am not…
newbie2015
  • 581
  • 5
  • 29
0
votes
1 answer

DB Design for high volume chat messages

I am new to Couchbase, I would like to understand how to model storing billions of chat messages originating from a typical IM app in Couchbase. What would be the correct way to model this in Couchbase? Assume 10000 new messages/sec inserts and…
Nam Vạc
  • 119
  • 2
  • 10
0
votes
1 answer

Brightcove VideoCloud end-users authorization and authentication

Using BrightCove VideoCloud platform, how I can authenticate and authorize users to give them access to the content? After looking over the API (http://docs.brightcove.com/en/index.html) I am not sure how to handle that. It seems to me so far the…
STeN
  • 6,262
  • 22
  • 80
  • 125
0
votes
2 answers

VAST 2.0 mid-roll and overlay implementation

We are implementing into our video player the VAST 2.0 png/jpeg banner overlay and the mid-roll video advertisement. My question is: From where the time information comes when (during the movie or series episode watching) the mid-roll video should…
STeN
  • 6,262
  • 22
  • 80
  • 125
-1
votes
1 answer

Flutter hls offline video download

How to download hls videos and make it available offline. I tried flutter downloader . But it can't download hls video. I tried using hls parser but don't know how to extract a downloadable url from that.
1
2