Giter VIP home page Giter VIP logo

Comments (3)

q191201771 avatar q191201771 commented on May 12, 2024

感谢反馈,并提供了丰富的问题描述。
我已经修复了这个bug,并发布了新的release版本。
请可以下载v0.19.1中的可执行文件进行验证。

具体修改见:5993af7
在v0.19.0基础发布的v0.19.1版本:https://github.com/q191201771/lal/releases/tag/v0.19.1

再次感谢。

from lal.

ChungTak avatar ChungTak commented on May 12, 2024

非常棒!问题已经修复~~但还发现其他问题~

1.播放不了rtsp,推流地址 rtmp://127.0.0.1:1935/live/livestream
ffplay rtsp://localhost:5544/live/livestream
日志错误信息如下:
rtsp播放出错日志.log

2.ffmpeg推流添加时间戳,hls目录没有生成文件,rtmp播放没问题.日志没异常
测试推流命令:
ffmpeg -stream_loop -1 -re -i "source.200kbps.768x320.flv" -vf "settb=AVTB, setpts='trunc(PTS/1K)*1K+st(1,trunc(RTCTIME/1K))-1K*trunc(ld(1)/1K)', drawtext=fontsize=14:fontcolor=black:text='%{localtime}.%{eif\:1M*t-1K*trunc(t*1K)\:d}'" -an -f flv rtmp://127.0.0.1:1935/live/livestream

from lal.

q191201771 avatar q191201771 commented on May 12, 2024

1
目前不支持rtmp pub -> rtsp sub
只支持
rtsp pub -> rtsp sub
rtsp pub -> rtmp sub
也即rtsp只能播放rtsp的推流,rtsp的推流可以转换成其他格式的拉流。
你说的这个以后会实现。

2
我简单测试了一下,没有复现问题,你再确定一下hls功能是否开启了。
如果还是不行,把日志贴一下。

感谢。

from lal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.