Varga Bence

Results 18 comments of Varga Bence
trafficstars

Have you tried using `curlsink` instead of `rtmpsink`, plus a http location?

I will take a closer look later this week.

I'm doing a: ``` gst-launch-1.0 filesrc location=Downloads/univac.webm ! curlhttpsink location=http://localhost:8080/publish/first?password=secret ``` ...but it does not connect to port 8080.

It looks like a GStreamer error (or rather me not coming up with the right graph). The closest I got was with this: ``` gst-launch-1.0 v4l2src ! videoscale ! "video/x-raw,width=320,height=200"...

What I have so far is pushed to the https://github.com/vbence/stream-m/tree/gstreamer-compat branch.

I was trying to figure out how exactly the connection was closed, so took a look a Wireshark. The result was a very interesting: ``` 38 3.129792000 127.0.0.1 127.0.0.1 TCP...

@chbatey Please do maven releases too.

When I restart the client after this happens a new process is started which wont show any progress / activity. Would it be possible to reconnect to a running instance...