Hello All,
I'm using a SMIL file to show video on demand files. when smil file is played on local Quicktime player it is working fine. I have copied all the mp4 video in content folder and sample.smil file. All Mp4 files have same video and audio codec.
When we are playing the smil file it is giving error in wowza server.
The smil i have created follows as:MediaReaderFactory: getInstance: Missing definition for smil
Can we get .smil file using rtsp protocol ? likeCode:<smil> <head> </head> <body> <switch> <seq> <video src="mp4:300.mp4"/> </seq> </switch> </body> </smil>
rtsp://[ip]:1935/vod/smil:sample.smil
I want to know how does wowza server support smil file.
Thanks
Ajitpal


Reply With Quote