nareix / joy4

Golang audio/video library and streaming server
MIT License
2.66k stars 501 forks source link

example 中http_flv_and_rtmp_server根本编译不过 #10

Open parchk opened 7 years ago

parchk commented 7 years ago

ch.que = pubsub.NewQueue( streams ) ch.que.SetMaxDuration(time.Minute) 这两句,NewQueue没有参数 que没有SetMaxDuration方法

nareix commented 7 years ago

sorry 接口正在调整中

2016-09-07 10:30 GMT+08:00 parchk notifications@github.com:

ch.que = pubsub.NewQueue( streams ) ch.que.SetMaxDuration(time.Minute) 这两句,NewQueue没有参数 que没有SetMaxDuration方法

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nareix/joy4/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/ADkHgrAZyol_gIdCB8aoSx_GTTN-3ZpXks5qniG_gaJpZM4J2eX0 .

ericxtang commented 7 years ago

This should be solved by https://github.com/nareix/joy4/pull/19