Product
Streams
Question
Using the C# SDK (or Java), how to:
- (1) Upload a file
- (2) Create a stream
- (3) Play it in the Bitmovin player
Reading documentation
- (1) Was not an issue
- (2) Seems very convoluted (following How to upload videos using SDK for instance). How to use default parameters, no setup, no nothing
- (3) Manifests are confusing: how to retrieve them when using JIT generation. Are they really needed? Seems not when looking at the bitmovin-stream component from your dashboard where only stream-id is required.
If you can point me to a documentation of sort that does the most basic scenario: Upload, Play. I don’t want to change codecs, mess with sound, picture or ads. I don’t want to mix video or do anything fancy. Just Upload with SDK → Save the manifest URL or any needed ID for the user to play the Stream later on in HTML5 (React).
Thanks for your help.