Questions tagged [bitmovin-player]

21 questions
5
votes
2 answers

How to create HLS manifest from MPEG DASH segments?

Since, Apple has announced the support for fragmented MP4, Is it possible to create both DASH manifest (.mpd) and HLS manifest (.m3u8) for the same set of segments ( for separate audio and video). How to do it?
2
votes
1 answer

Pass onPictureInPictureModeChanged result into a react native module

I am trying to do some picture in picture mode using react-native. I wrote a react module I need to generate something similar to this but inside the react native module public class MainActivity extends AppCompatActivity { private PlayerView…
2
votes
2 answers

Bitmovin and Exoplayer conflicting dependencies

I am using both Exoplayer and Bitmovin libraries in my project compile "com.google.android.exoplayer:exoplayer:$rootConfiguration.exoPlayerVersion" compile "com.bitmovin.analytics:collector:$rootConfiguration.bitmovinVersion" and: exoPlayerVersion…
1
vote
1 answer

Couldn't integrate Bitmovin Video Player into reactjs application

I am trying to integrate Bitmovin player to my react js application. I am new to react js. I have included the cdn link to the index.html file. when the video banner is clicked a new page should open with the video player. So in App.js I have…
1
vote
1 answer

Secure HLS AES-128 key URI

I encrypted video by HLS AES-128 by using the apple tool, below is my m3u8…
Rajashree
  • 61
  • 7
1
vote
1 answer

Can I add a title attribute in the video element of bitmovin video player?

I use a service called Matomo that tracks media analytics. One of the things I want to track is the video title, but in the bitmovin configuration there is no video title. When I track videos from youtube in my site it works fine because there is a…
DigitalSM
  • 113
  • 1
  • 2
  • 10
1
vote
1 answer

Issue using angularjs/ngDialog modal with Bitmovin player

I am trying to use an angularjs/ngDialog modal to display a Bitmovin video player dialog. The sample code below loads and plays the video fine. The issue comes when I close the dialog using either the close button or clicking the background area and…
dotscott
  • 11
  • 2
1
vote
1 answer

Controls html5 player

Hiya people i was hoping for some help for no reason the controls on chrome do not appear but they do on mozilla and IEcrappycrap do you have any idea about what could do it , i'm using a 360VR player (Bitmovin) dunno if it could have a link but…
user6013587
1
vote
1 answer

360 Video with navigation menu

I'm looking to build a microsite that has a fullscreen 360 video. I've been doing some research but can't seem to find the answer. Is it possible to have a full screen 360 video using JWPlayer, Bitmovin or another HTML5 player with static navigation…
1
vote
1 answer

404s when using a 3rd party video player with rails asset pipeline

Specifically, I am trying to add a video player to my web app.. The javascript manifest file has in it: //= require bitmovinplayer.min //=…
patrick
  • 9,290
  • 13
  • 61
  • 112
0
votes
1 answer

Can I set Bitmovin video to go fullscreen on device orientation change?

I am having a Bitmovin player instance and I am trying to force fullscreen when device orientation changes to landscape. Code goes like this: const portrait = window.matchMedia("(orientation: portrait)"); portrait.addEventListener("change",…
0
votes
1 answer

How to set a custom 'user-agent' as header for Android Bitmovin player SDK?

I have tried the method PreprocessHttpRequestCallback for altering NetworkConfig to add a custom user agent unfortunately, I couldn't implement it successfully. I even searched their entire git sample repo for NetworkConfig yet failed to find a…
Nikhil
  • 911
  • 15
  • 28
0
votes
1 answer

Integrating bitmovin player in chrome cast custom receiver web app

I am trying to integrate bitmovin player with custom reciver web app but i could not control the player once casted. How to remotely control the player using the sender?
0
votes
1 answer

How do I layout my React Native Fire TV SubtitleView correctly?

I am working on a React Native implementation of the Bitmovin player using their Android SDK. At this stage, I'm not sure how specific this is to the Bitmovin player, but as they don't officially support React Native at this stage, I want to ask…
sinewave440hz
  • 1,265
  • 9
  • 22
0
votes
1 answer

How do I learn the Chrome console to find my object and its methods?

I'm using the bitmovin API js in my React app. I'm stumbling around in the Chrome console to try and find the methods of the API on the player object. > document.getElementById('bitmovinplayer-video-feed-player')
smartblonde
  • 138
  • 1
  • 11
1
2