Azure-Samples / media-services-v3-dotnet

The projects in this repository show how to implement different Azure Media Services scenarios using the v3 version.
MIT License
58 stars 52 forks source link

How to send a stream of bits instead of a video? #49

Closed wilbercl closed 2 years ago

wilbercl commented 2 years ago

Hello good morning, I would like to know how to send a stream of bits instead of a video, using your SDK in Azure media services. Thanks!

johndeu commented 2 years ago

Only if it is in the RTMP streaming protocol. That works fine with our live ingest for Live Events. Otherwise, you have to upload the stream of bits into a blob file if you want to just do encoding of the file to another file format.

wilbercl commented 2 years ago

Thank you!!