I’m working on a screenshot bot for Twitter using Python. My app collects tweet from a filtered stream and replies with an image of the tweet. Yesterday, my bot worked well: connected to stream, and made replies. Today, it still connects to stream but returns nothing. Here is the code: I’ve searched everywhere I know for help on this issue.
Tag: streaming
Failed to set remote answer sdp: Called in wrong state: stable
I am trying to write a WebRTC application using socket.io. The signalling server is written in python and looks like this. The client side looks like this Also i use this code for client as socket.io https://github.com/socketio/socket.io/blob/master/client-dist/socket.io.js When two people are in the connection, everything works great. But as soon as a third user tries to connect to them, the
Can you insert text from a file in real time with ffmpeg streaming?
I have this code i use to stream a file and place the name of the show of the video at a certain time of the video ( name_of_show ) at the top of the screen, and the bottom of the screen it take the name of the show from video_title.txt and places it on the bottom of the screen.