]> ToastFreeware Gitweb - toast/stream2beamer.git/shortlog
toast/stream2beamer.git
2020-09-09 Philipp SpitzerMake use of do_media_configure - still not working. media_configure
2020-09-09 Philipp SpitzerAdd more interesting links.
2020-09-09 Philipp SpitzerSet pipeline to PLAYING.
2020-09-09 Philipp SpitzerMove position of pipeline_is_ready_event.set().
2020-08-12 Philipp SpitzerBuild pipeline on incoming connection. under-construction
2020-08-12 Philipp SpitzerComment some verbose log messages.
2020-08-12 Philipp SpitzerSet sdp_offer to None earlier.
2020-08-12 Philipp SpitzerChange logging level to INFO.
2020-08-12 Philipp SpitzerLog on_new_transceiver.
2020-08-12 Philipp SpitzerAdd assertions.
2020-08-12 Philipp SpitzerAdd correct pad check.
2020-08-12 Philipp SpitzerManually building pipeline now.
2020-08-12 Philipp SpitzerUse existing files only.
2020-08-06 gregor herrmannadd disk2rtsp.py: minimal example of overriding RTSPMed...
2020-08-05 Philipp SpitzerUse glib mainloop and refactor.
2020-07-27 gregor herrmannlagarde: add some code fragments which may or may not...
2020-07-27 gregor herrmannone more rtsp link
2020-07-27 gregor herrmannconvert gstreamer errors to strings
2020-07-27 gregor herrmannremove non-rtsp code in decodebin_pad_added
2020-07-27 gregor herrmannremove old laplace_client.py
2020-07-26 gregor herrmannchange address to "::", aka all ipv4+6 interfaces
2020-07-26 gregor herrmannactivate the v4l2src pipeline
2020-07-26 gregor herrmannadd mount_point variable
2020-07-26 Philipp SpitzerAdd examples working in mplayer.
2020-07-26 Philipp SpitzerRename variable server to address to avoid clash.
2020-07-26 gregor herrmannadd minimal rtsp example from https://github.com/Enne2...
2020-07-26 gregor herrmannadd fragments for other sinks (rtsp, srt, hls)
2020-07-20 gregor herrmannadd another idea: HLS
2020-07-19 gregor herrmannone more RTSP link
2020-07-17 gregor herrmannone more lik with documentation about udp, rtp, rtsp, …
2020-07-16 gregor herrmannadd gstreamer+rtsp links
2020-07-09 Philipp SpitzerExit and log error if the room was not found.
2020-07-09 Philipp SpitzerOnly catch OSError exceptions instead of all.
2020-07-09 gregor herrmannwrap websocket connect attemot in try/except
2020-07-09 Philipp SpitzerImprove logging.
2020-07-09 Philipp SpitzerReplace blocking function calls with awaits.
2020-07-09 Philipp SpitzerExit when room closed.
2020-07-09 Philipp SpitzerReport error messages and EOS from gstreamer bus.
2020-07-09 Philipp SpitzerYes, it's as pythonic as such an non-Python object...
2020-07-09 Philipp SpitzerClean up imports.
2020-07-09 gregor herrmannuse xvimagesink (some X11 video sink) instead of the...
2020-07-09 gregor herrmannGst.Bin.add() wants only one argument
2020-07-09 gregor herrmannupdate handling of caps in decodebin_pad_added()
2020-07-09 gregor herrmann"handle" roomClosed message
2020-07-08 Philipp SpitzerRemove debug print.
2020-07-08 Philipp SpitzerRename laplace_client_2.py to lagarde.py
2020-07-08 Philipp SpitzerFirst prototype of a functional laplace client.
2020-07-08 gregor herrmannadd more gstreamer webrtc links
2020-07-07 gregor herrmannchmod +x laplace_client_2.py
2020-07-07 Philipp SpitzerPlay with new structure of laplace client.
2020-07-07 Philipp SpitzerTypo in filename.
2020-07-01 gregor herrmannImprove ICE message we send.
2020-07-01 Philipp SpitzerAdd script to decode JSON SDP.
2020-06-24 Philipp SpitzerAlign default port number with Laplace.
2020-06-24 gregor herrmannadd back (commented out ) bundle
2020-06-24 gregor herrmanndrop bundle-policy, add audio caps, add data-channel
2020-06-24 Philipp SpitzerUse get_offer instead of subscripting for better compat...
2020-06-24 Philipp SpitzerAdd plenty of log messages.
2020-06-18 gregor herrmannadd hashbang
2020-06-18 gregor herrmannfix logging
2020-06-17 Philipp SpitzerStart to work on a laplace client.
2020-06-13 gregor herrmannadd SRT+gstreamer URLs
2020-06-07 gregor herrmannadd link to "new" gst webrtc recvonly example
2020-06-07 gregor herrmannadd some links on webrtc signaling
2020-06-07 gregor herrmannadd some information about websocat and v4l2loopback
2020-06-06 gregor herrmannadd link re websockets and v4l2sink
2020-06-03 Philipp SpitzerMore gstreamer examples.
2020-05-31 gregor herrmannmore gstreamer links
2020-05-30 gregor herrmannadd some gstreamer links. a bit random but maybe helpful.
2020-05-25 Philipp SpitzerAdd gstreamer "play" example.
2020-05-25 gregor herrmannadd another gstreamer link
2020-05-25 gregor herrmannadd example for laplace start
2020-05-24 gregor herrmannAdd another GStreamer link.
2020-05-23 Philipp SpitzerFurther work on streaming...
2020-05-23 Philipp SpitzerStart to write a sort of README how to set up the strea...