History | View | Annotate | Download (9.2 KB)
add local source channels to the list of known channels
Add web source creation files
add source creation feature
add ReST interface for source management; sources are served throughthe Janus videoroom plugin.
return the channel name with the channel creation json answer
add utilities functions, refactor streamer_creation_callback
change default player page to handle janus_streaming_id
PeerStreamer-ng now exploits Janus gateway to deliver RTP streams
integrate Janus platform with PeerStreamer-ng (back-end)
add a module to drive the Janus executable and create/destroy RTP mountpoints
add fallback mode in case client user does not load the VLC plugin, a message is displayed with information on how to retrieve the sdp fileadd an information level of verbosity for text output tuningchange the destination ip address in the original sdp file with the one originating the HTTP requests
fix bug of non existing sdpfile
if a sdpfile uri is incorrect or the sdp server is not responding, an HTTP error code 422 is answered back
fix bug on streamer_update request
Request never answered back to the browser
add heart-beat through JS requests for streamer keep-alive
The streamers are automatically killed after a certain amount of time unless an UPDATE request is performed periodically.Fixed some bugs.
add binding to pstreamer module
pstreamer instances are now launched through POST request and their loop manged through periodic tasks
add sdp file handling from the client/javascript side
fix a bug on sdpfile uri generation
Add sdpfile retrieval and manipulation features
Peerstreamer-ng can retrieve an sdp file through http, modify it according to the local streamer and serve it again through http for its clients