Skip to content

openwrt,之前通过离线clone加入包,后来通过feeds,发现配置不一样 #505

@qinyq

Description

@qinyq

导致无法识别已经添加的配置,我看了下,似乎配置字段不一样,上面的是离线编译的,下面的是官方packages里面的。

而且还有个问题是官方feeds里面编译出来的luci界面不一样,不能直接点击打开播放,打开状态跳转到比如 192.168.1.1:1234/player了。。是吗?

`
config rtp2httpd
option disabled '0'
option port '1234'
option verbose '1'
option upstream_interface 'eth3'
option external_m3u 'https://raw.githubusercontent.com/wuwentao/bj-unicom-iptv/refs/heads/master/bj-unicom-iptv.m3u'
option mcast_rejoin_interval '120'

config instance
option enabled '1'
list listen '192.168.1.1:1234'
option verbose '1'
option upstream_interface 'eth3'
option mcast_rejoin_interval '120'
option external_m3u 'https://raw.githubusercontent.com/wuwentao/bj-unicom-iptv/refs/heads/master/bj-unicom-iptv.m3u'
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions