-
Which version are you using?GST: Questionhow to publish h264 file to the RTSP server? i tried this: I get on the client-side: and on the server-side: what I do wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Hello, the problem is that you're converting h264 frames into raw frames (i.e. you're decoding). You don't want to sent to the server the decoded frames, you want to send it the h264 frames, directly from the file, therefore |
Beta Was this translation helpful? Give feedback.
-
Hi, WARNING: erroneous pipeline: could not link rtph264pay0 to rtspclientsink0 |
Beta Was this translation helpful? Give feedback.
-
|
yes, my bad, the right pipeline is |
Beta Was this translation helpful? Give feedback.
-
|
This discussion is being locked automatically because the last update was more than 2 years ago. Do not use the content of this discussion as reference since it's probably outdated! The official documentation is the only place in which you can find up-to-date answers. |
Beta Was this translation helpful? Give feedback.
yes, my bad, the right pipeline is