You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ELOUFIR
changed the title
wasm_player_sample : Example of using external source.
wasm_player_sample : Example of using an external source (URL)
May 5, 2022
Add library responsible for downloading data using HTTP protocol (cURL is one of such libraries) and implement download logic using that library
Add library responsible for demuxing downloaded content, so it will be possible to feed it EMSS (FFmpeg is such library).
We haven't include such logic in our example because this logic is application specific and will complicate demo in such way that it will be hard to see how to use EMSS API.
Hi
I'm new to Webassembly and C++ and want to try playing an external video using a URL:
https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/360/Big_Buck_Bunny_360_10s_30MB.mp4
The example uses hardcoded data.
Could you please help me to change it in order to load the data from the URL?
Thanks
The text was updated successfully, but these errors were encountered: