Azure-Samples / media-services-v3-java

Azure Media Service v3 Java SDK samples
MIT License
8 stars 18 forks source link

Is it the correct streaming URL? #103

Open ts0818 opened 2 years ago

ts0818 commented 2 years ago

https://github.com/Azure-Samples/media-services-v3-java/blob/5e4a24a8d17ee1b5d88d5e74fcd57657cec6fb72/VideoEncoding/EncodingWithMESCustomPreset/src/main/java/sample/EncodingWithMESCustomPreset.java#L506

Please Check if you don't need a slash. I try sample code in Windows 10 and Eclipse in Local PC. ■Result https://localmedia-jpea.streaming.media.azure.net//ef07a909-dc5b-4888-ac98-5b1d220a3ccc/Lake - 64587.ism/manifest(format=m3u8-aapl)

■Result(Comment out line 506 (slash)) https://localmedia-jpea.streaming.media.azure.net/670bc0a3-4c3e-445e-8226-a8dae99d4259/Drop - 98064.ism/manifest(format=m3u8-aapl)

Is double slash the correct behavior?