Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
VLC-Android
VLC-Android
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 332
    • Issues 332
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 4
    • Merge Requests 4
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • VLC-AndroidVLC-Android
  • Issues
  • #315

Closed
Open
Opened Jul 07, 2017 by Neerav Chauhan@adneerav

RTSP streaming stop after few seconds(60 seconds). Connection Teardown

Hello VLC team,

I am facing one issue for RTSP streaming.Streaming is working smoothly for 60 seconds but after 60 seconds its get stuck and found Teardown request getting called.

What VLC/Media options we tried?

        ArrayList<String> options = new ArrayList<String>();
        options.add("-vvv");
        options.add("--rtsp-tcp");// without adding this options same result
        options.add("--no-drop-late-frames");// without adding this options same result
        options.add("--no-skip-frames");// without adding this options same result

        LibVLC libVLC = new LibVLC(getActivity(), options);

Also tried by adding jitter & network caching related options in media which are as per below.

media.addOption(":network-caching=200");// tried with 100 ,200 ,1000
media.addOption(":clock-jitter=0");
media.addOption(":clock-synchro=0");

By using above vlc & media options it's getting stuck after 60 seconds.

And I am facing this issue in Android only, in rest of the platform (Ubuntu/Windows vlc desktop) it's working fine(even after 60 seconds).

Here I've attached the log file/or the same log you can check on https://goo.gl/45Dje6

Vlc_Rtsp_log

So can anyone please help to resolve this issue.?

Thanks,

Edited Jul 24, 2017 by Neerav Chauhan
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: videolan/vlc-android#315