Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PROTOCOL: Several Questions about RTSP #601

Closed
aesirteam opened this issue May 18, 2016 · 3 comments
Closed

PROTOCOL: Several Questions about RTSP #601

aesirteam opened this issue May 18, 2016 · 3 comments
Assignees
Labels
TransByAI Translated by AI/GPT.
Milestone

Comments

@aesirteam
Copy link

aesirteam commented May 18, 2016

  1. Corresponding to the ffmpeg command, the "rtsp_transport tcp" option has no effect, and the "-re" parameter of ffmpeg is not seen in the log. It seems that the "-vpreset" parameter is also not available.
  2. For pulling streams from rtsp, is it only possible to achieve the process of converting to rtmp through ffmpeg?

TRANS_BY_GPT3

@aesirteam
Copy link
Author

aesirteam commented May 20, 2016

Are you referring to writing the RTSP Pull part in SRS? Is it compatible with the integration of live555?

TRANS_BY_GPT3

@winlinvip winlinvip added this to the srs 3.0 release milestone Aug 8, 2016
@winlinvip winlinvip changed the title 关于rtsp的几个问题 PROTOCOL: 关于rtsp的几个问题 Mar 26, 2017
@winlinvip
Copy link
Member

winlinvip commented Feb 5, 2020

    ingest livestream {
        enabled      on;
        input {
            type    file;
            url     ./doc/source.200kbps.768x320.flv;
        }
        ffmpeg      ./objs/ffmpeg/bin/ffmpeg;
        engine {
            enabled         off;
            perfile {
                re;
                rtsp_transport tcp;
            }

SRS3 is already supported, add it to the perfile configuration.

TRANS_BY_GPT3

@winlinvip
Copy link
Member

winlinvip commented Aug 23, 2021

Does not support pushing RTSP streams from the camera to SRS, only supports ingesting/FFmpeg pulling RTSP streams from the camera and then forwarding them to SRS. Refer to: #2304 (comment)

TRANS_BY_GPT3

@winlinvip winlinvip self-assigned this Sep 23, 2021
@winlinvip winlinvip changed the title PROTOCOL: 关于rtsp的几个问题 PROTOCOL: Several Questions about RTSP Jul 28, 2023
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TransByAI Translated by AI/GPT.
Projects
None yet
Development

No branches or pull requests

2 participants