You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the latest version from http://rtmp.jack0r.com/ which is a compiled version of nginx-rtmp for windows. Test version nginx 1.7.4 rtmp 1.1.4 and nginx 1.7.1 rtmp 1.1.4.
I kept all configurations at default and setup rtmp with, where on hard drive F:\temp there is a video called bbb.mp4, which is the bigbuckbunny trailer. (Full path of file is: F:\temp\bbb.mp4)
rtmp {
server {
listen 1935;
chunk_size 8192;
application vod {
play F:\temp;
}
}
}
When i use ffplay rtmp://localhost/vod/bbb.mp4 i get: Closing connection: NetStream.Play.StreamNotFound rtmp://localhost/vod/bbb.mp4: Unknown error occured.
Also with a simple html page using jwplayer, jwplayer shows: Error loading stream. ID not found on server.
Does anyone give me a hint what could be wrong, because this is the most basic setup I could imagine.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I used the latest version from http://rtmp.jack0r.com/ which is a compiled version of nginx-rtmp for windows. Test version nginx 1.7.4 rtmp 1.1.4 and nginx 1.7.1 rtmp 1.1.4.
I kept all configurations at default and setup rtmp with, where on hard drive F:\temp there is a video called bbb.mp4, which is the bigbuckbunny trailer. (Full path of file is: F:\temp\bbb.mp4)
rtmp {
server {
listen 1935;
chunk_size 8192;
}
When i use ffplay rtmp://localhost/vod/bbb.mp4 i get: Closing connection: NetStream.Play.StreamNotFound rtmp://localhost/vod/bbb.mp4: Unknown error occured.
Also with a simple html page using jwplayer, jwplayer shows: Error loading stream. ID not found on server.
Does anyone give me a hint what could be wrong, because this is the most basic setup I could imagine.
Thanks
The text was updated successfully, but these errors were encountered: