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

Issue with RTP over RTSP #50

Open
cchamikara opened this issue May 9, 2019 · 1 comment
Open

Issue with RTP over RTSP #50

cchamikara opened this issue May 9, 2019 · 1 comment

Comments

@cchamikara
Copy link

I'm using VLC player to play real-time stream from a RTSP camera , so I did enable --rtsp-tcp as an init option. Camera is opening as a new screen when user press on a button.

Player working correctly when I press the camera button , but if I go back open it or another camera it returns following error.

Screen Shot 2562-05-09 at 10 57 09 AM

my player is like

<VlcSimplePlayer
    url={"rtsp://......"}
    autoplay={true}
    isLive={true}
    autoReloadLive={true}
    style={{width: "100%", height: 200, marginTop: 30}}
    onStartFullScreen={this.onStartFullScreen}
    onCloseFullScreen={this.onCloseFullScreen}
    initOptions={[
        "--rtsp-tcp"
    ]}
    hwDecoderEnabled={1}
   hwDecoderForced={1}
/>
@cchamikara
Copy link
Author

I think this is related to https://code.videolan.org/videolan/VLCKit/issues/116 issue

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