Hi, does bitmovin support playing local asset video file? and does bitmovin support player portrait video?
As long as the asset is accessible through HTTP(S), the Bitmovin Player should be able to fetch it. If you start a web server locally, it should work.
You can use the player Style configuration to change the aspect ratio to portrait
im sorry i forgot to mention im developing natively (Android and iOS)
How are you downloading the content ?
Offline playback is supported natively by both SDKs and manages download and playback
- bitmovin-player-android-samples/OfflinePlayback at main · bitmovin/bitmovin-player-android-samples · GitHub
- bitmovin-player-ios-samples/BasicOfflinePlayback at main · bitmovin/bitmovin-player-ios-samples · GitHub
Else, how are you acquiring the content ?
The file is coming from the each platform resource directory not from BitMovin OfflineContentManager.
On iOS, only Progressive assets can be played when served locally.
Local HLS is not supported on iOS and for this the asset has to be downloaded as mentioned above.
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.