RTSP協定

38 views
Skip to first unread message

Daniel Li

unread,
Mar 14, 2012, 8:59:31 AM3/14/12
to cocoaheads.tw
最近想要從網路上聽RTSP出來的音訊串流
有別人的app寫出來可以接收RTSP的封包
所以我找到相關的code想看看別人是怎麼寫的
http://www.wunderradio.com/code.html
現在問題是改了很多設定值
最後還是有近21個error除不到
Undefined symbols for architecture armv7:
"_Status_SetNewStatusByKey", referenced from:
-[WunderRadioAppDelegate applicationDidReceiveMemoryWarning:] in
WunderRadioAppDelegate.o
"_OBJC_CLASS_$_WebAudioPlayer", referenced from:
objc-class-ref in SkinViewController.o
"_Status_GetCurrentStatus", referenced from:
-[LevelMeterView updateBargraph:] in LevelMeterView.o




不知有沒有人試過這個東西
或者是對於RTSP有更好的解決方案

Evadne Wu

unread,
Mar 14, 2012, 9:02:10 AM3/14/12
to cocoah...@googlegroups.com
http://stackoverflow.com/questions/804510/how-to-resolve-undefined-symbols-error

> --
> 您已訂閱「Google 網上論壇」的「cocoaheads.tw」群組,因此我們特別傳送這封郵件通知您。
> 如要在此群組張貼留言,請傳送電子郵件至 cocoah...@googlegroups.com
> 如要取消訂閱此群組,請傳送電子郵件至 cocoaheadstw...@googlegroups.com
> 如需更多選項,請造訪此群組:http://groups.google.com/group/cocoaheadstw?hl=zh-TW
>

Daniel Li

unread,
Mar 14, 2012, 9:34:58 AM3/14/12
to cocoaheads.tw
我確定相關的 lib 都加進來了


On 3月14日, 下午9時02分, Evadne Wu <e...@iridia.tw> wrote:
> http://stackoverflow.com/questions/804510/how-to-resolve-undefined-sy...


>
> On Mar 14, 2012, at 8:59 PM, Daniel Li <kokuyok...@gmail.com> wrote:
>
>
>
>
>
>
>
> > 最近想要從網路上聽RTSP出來的音訊串流
> > 有別人的app寫出來可以接收RTSP的封包
> > 所以我找到相關的code想看看別人是怎麼寫的
> >http://www.wunderradio.com/code.html
> > 現在問題是改了很多設定值
> > 最後還是有近21個error除不到
> > Undefined symbols for architecture armv7:
> > "_Status_SetNewStatusByKey", referenced from:
> > -[WunderRadioAppDelegate applicationDidReceiveMemoryWarning:] in
> > WunderRadioAppDelegate.o
> > "_OBJC_CLASS_$_WebAudioPlayer", referenced from:
> > objc-class-ref in SkinViewController.o
> > "_Status_GetCurrentStatus", referenced from:
> > -[LevelMeterView updateBargraph:] in LevelMeterView.o

> > ...
> > ...
> > ...
> > ...
> > ...

Evadne Wu

unread,
Mar 14, 2012, 11:55:11 AM3/14/12
to cocoah...@googlegroups.com
You might be fooled by Xcode.

Post *your* project, or we can do nothing else to help.

Thanks!
Evadne

Daniel Li

unread,
Mar 16, 2012, 7:26:25 AM3/16/12
to cocoaheads.tw
找到問題所在了
是我 include 兩個專案
不同專案有相同的 class name

(還在努力進行字元解碼中
成功後再附上程式連結

On 3月14日, 下午11時55分, Evadne Wu <e...@iridia.tw> wrote:
> You might be fooled by Xcode.
>
> Post *your* project, or we can do nothing else to help.
>
> Thanks!
> Evadne
>

Evadne Wu

unread,
Mar 16, 2012, 7:30:10 AM3/16/12
to cocoah...@googlegroups.com
Well, you can post faulty code and it will still be helpful :)
Reply all
Reply to author
Forward
0 new messages