Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StreamNotFound with simple vod setup #451

Open
s0ar opened this issue Aug 12, 2014 · 0 comments
Open

StreamNotFound with simple vod setup #451

s0ar opened this issue Aug 12, 2014 · 0 comments

Comments

@s0ar
Copy link

s0ar commented Aug 12, 2014

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;

    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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant