Hello.
I’m try to connect ( IIS origin - Wowza Edge(Mediacache) - VLC player ) by url encoded streaming name.
and mediacache source set property by “urlDecodedStreamName is false”
access address is like this:
rtmp://xxx.xxx.xxx.xxx/publish_point/definst/mp4:jad/%EB%B9%85%EB%B2%84%EB%8B%88.mp4
rtsp://xxx.xxx.xxx.xxx/publish_point/definst/mp4:jad/%EB%B9%85%EB%B2%84%EB%8B%88.mp4
http://xxx.xxx.xxx.xxx/publish_point/definst/mp4:jad/%EB%B9%85%EB%B2%84%EB%8B%88.mp4/playlist.m3u8
but, when edge access to origin, that are different result in access.log.
rtmp is worked correctly. log showed by url encoded origin point like this:
Part of access.log : MediaCacheHTTPByteReader.getHeadCommand[ http://origindomain…com:80/published_point/%EB%B9%85%EB%B2%84%EB%8B%88.mp4]
but, rtsp, http isn’t working. it returned 404 not found. it didn’t shown by url encoded address at log file.
Part of access.log : MediaCacheItemHTTPImpl.getItemInfo[origndomani.com/published/빅버니.mp4]
Can I set url encoding of stream name that access to origin server ?
Why each protocol showed different result ?