Questions tagged [bitmovin-player]

21 questions
0
votes
1 answer

Bitmovin iOS PreprocessHttpRequestDelegate not called

I set a simple player with Bitmovin player iOS like this: func bind(videoPlayer: BitmovinPlayer.Player, url: URL) { // Update variables self.videoPlayer = videoPlayer self.videoPlayer?.add(listener: self) …
BoozsOne
  • 1
  • 1
0
votes
1 answer

Bitmovin player on Safari does not load captions selection options from media SourceConfig

I'm using the Bitmovin player (v8.15) in an Angular App. I've configured the player as follows and defined the callback this._player = new Player(this.videoPlayer.nativeElement, { ...bitmovinConfig, events: { // other code removed …
milesmeow
  • 3,688
  • 5
  • 35
  • 58
0
votes
1 answer

How to fix 'HTTP Response Code was 403 Forbidden' error in bitmovin-javascript on node.js server

I'm using bitmovin-javascript on a node.js server. I'm trying to create encodings for videos on my firebase storage and save the output in my bitmovin account using the bitmovin-javascript api. I've upgraded from the old bitmovin api (v1) for…
Aine Evans
  • 106
  • 8
0
votes
1 answer

Android: Bitmovin I cant find the encoded video in the bitmovin console?

I have been searching all around the web to try to understand how to stream videos to my android app. I learned: That the videos must be in the HLS or MPEG-DASH format to be adaptive for streaming . What I mean by adaptive streaming: The kind of…
0
votes
1 answer

Type 'PlayerConfiguration' has no member 'fromJson' Bitmovin iOS integration error

I'm trying to integrate Bitmovin ios. But when I Instantiate the Player through "let config = PlayerConfiguration.fromJson("");" method there show an error "Type 'PlayerConfiguration' has no member 'fromJson'". Please anyone help me.
AMIT
  • 906
  • 1
  • 8
  • 20
0
votes
1 answer

Dynamically create DOM element with JavaScript logic and data

I have a simple express app which shows the list of the movie and on clicking any of them opens another page with the player. I needed load this piece of script to inject video player inside the element. here, in this endpoints pass the video object…
1
2