Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

"Manifest not found or invalid",why?


How can i create a .smil file?With notepad and save as .smil file?
I do this and doesn't work.
My website : www.crackflix.tk

My .smil code:

<smil>
<head>
<meta base="rtmp://crackflix.tk/" />
</head>
<body>
<switch>
<video src="videoconvertido.mp4" height="720" system-bitrate="2000000" width="1280" />
<video src="yuyu3.mp4" height="360" system-bitrate="800000" width="640" />
</switch>
</body>
</smil>

3 Community Answers

Alex

JW Player Support Agent  
1 rated :

Hi, there.

In order to be able to create a SMIL manifest for a RTMP stream with your domain as the base, you would need to have a RTMP application on your server that would handle the transcoding.

Please let me know if you need any more help or have any other questions.

Thank you!

kimkapawan

User  
0 rated :

Has any way to make a browser choose quality automatically?

Alex

JW Player Support Agent  
1 rated :

Hi, there.

With progressive downloads, such as MP4s, there is no way to have the player automatically switch qualities based on the user’s bandwidth. For that functionality, you would need to use an adaptive streaming format such as HLS or MPEG-DASH (both require a Premium account) or a dynamic streaming format like RTMP.

Please see the following support articles for more information:

HD Quality Toggling
Dynamic RTMP Streaming
HLS Adaptive Streaming
About DASH Streaming

Please let me know if you need any more help or have any other questions.

Thank you!

This question has received the maximum number of answers.