Azure media services on demand streaming from streaming origin without encoding -
i want encode videos using ffmpeg , create 10mb mp4 file. want upload on azure media service asset. want stream via streaming origin , apply cdn on origin. not want use encoding job media services. problem after uploading asset see url contains blob direct url can stream. want apply streaming origin on url without encoding job. don't think possible. solution that.
here example
case 1 - uploaded , published let's uploaded mp4 file song on azure portal , see url https://fiautomationblobstore.blob.core.windows.net/asset-ea4748ff-0300-80c3-1fe8-f1e525056262/_enr.mp4?sv=2012-02-12&sr=c&si=6c0d7963-8eb9-4568-af27-454e1d09220e&sig=xp0xuk6bth%2bbrzgtur%2bjzypr%2fle505%2bp%2fq3xb%2b%2blj0e%3d&st=2015-07-08t00%3a12%3a06z&se=2115-06-14t00%3a12%3a06z if publish works of course coming directly blob storage url "fiautomationblobstore.blob.core.windows.net"
case 2 - uploaded , encoded , published if encoded video published url http://tmediasvc.streaming.mediaservices.windows.net/bcdcb0c3-c02a-4148-8e71-4d59caa5b205/enr.ism/manifest notice "tmediasvc.streaming.mediaservices.windows.net" part streaming origin.
how can make first file coming streaming service "tmediasvc.streaming.mediaservices.windows.net" without applying encoding. want 2 reasons. 1. have applied encoding ffmpeg before uploading 2. size in second case grows 16 mb 100mb strangely. , because of few options on media encoding in azure , not sure why there no option 360p/480p or less. above 720p weird. encoding file 16bm 100mb extremely wierd.
thanks in advance.
have tried uploading blob storage, returning url? way not apply sort of formatting original file.
or misunderstanding question?
Comments
Post a Comment