Giter VIP home page Giter VIP logo

webappone's People

Contributors

frnz avatar

Watchers

 avatar  avatar  avatar

webappone's Issues

Need better delay-control on VLC

Use the following 'mechanism' to start vlc

<script type="text/javascript"> var vlc = document.getElementById("vlc"); var options = new Array(":rtsp-caching=300"); var id = vlc.playlist.add("rtsp://192.168.46.129:8554/stream0","test",options); vlc.playlist.playItem(id); </script>

State is not tracked after closing / re-opening publishing window

Open a video session between myself(me) and someone else(otherguy).
After video is running for both me and otherguy...
close 'me' window. Capture stops. Good.
Now 'me' clicks on 'me' to re-open.

State in window shows still capturing (button says stop capturing).

Further, clicking start capture at this point may be problematic. Not clear. (Could be a separate but though).

Startup should not require RTSP URL

Doing a start-capture in order to obtain the URL prior to the user clicking "start capture" is incorrect behavior. The correct behavior is to have the 'me' window open (preferrably with an image over the VLC 'waiting for video' area which says "Please click 'Start Capture' to begin..." (possibly don't even instantiate VLC yet if reqd?

When 'start capturing' is clicked...issue START_CAPTURE...then GET_CAPTURE_STATE to ensure 'running'. Then issue the GET_RTSP_URL. Now you have the proper URL to send to the VLC plugin.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.