History | View | Annotate | Download (3.12 KB)
add local source channels to the list of known channels
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
integrate Janus platform with PeerStreamer-ng (back-end)
add a module to drive the Janus executable and create/destroy RTP mountpoints
add pstreamer configuration flag
starting PeerStreamer-ng it is possible to specify the pstreamer configuration parameter through the flag "-s".E.g., `./peerstreamer-ng -s iface=lo` will start all the pstreamer instances using the local interface.
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
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 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
add streamer manager module