hi all,
正在做关于rtp流媒体播放的应用,现在遇到一个问题:关于rstp地址的问题,一般的rstp地址格式如:rtsp://218.28.0.14:554/encoder/cctv1 。我的问题是:如何把这种rstp格式的地址设置到TInetAddr中去以便去连接该地址。
先谢谢~~
Type: Posts; User: hezhengzhou; Keyword(s):
hi all,
正在做关于rtp流媒体播放的应用,现在遇到一个问题:关于rstp地址的问题,一般的rstp地址格式如:rtsp://218.28.0.14:554/encoder/cctv1 。我的问题是:如何把这种rstp格式的地址设置到TInetAddr中去以便去连接该地址。
先谢谢~~
恩,看了一些,确实不错,还有个问题,我自己弄了一个例子,不过我想的是怎么才能让自己的exe在手机启动的时候就启动呢?
我在网上也看到过很多s60自定义的桌面,似乎s60没有提供api完成这个,假如这样的话要自己画,麻烦啊~~~~~~
:(,难道没人知道吗?
hi all,
如题,想开发一个s60自己的桌面,不过现在还没有思路,请各位大侠给点思路,O(∩_∩)O谢谢!!
Hi,
I saw the web page you give.But seems that it just add some font format which default device didn't include,but I want to identify chinese on english version device.
yes, like you said,but I didn't find the additional font on internet until now.:<.
Hi,
the language of my phone is english and I want to display chinese or japenese,how could I do? I didn't find any useful method online.Please give me some suggestions,thanks in advance.
Hi all,
Like the title described.I want to develop a desk application,but I don't know how to start.Is there any example Symbian applied? Could any one give me some advice about this ? thanks very...
Maybe we are misunderstanding .10 seconds just example but not the exact time.itimer.cancel() will be called in 60 seconds.this cancel() will be called if I selected menu bar from the options.
RTimer itimer is the variable of AO.I created a funcion in AO to call itimer.cancel().
I used RTimer::cancel() to cancel this async event,and used RTimer::After() to issue the asynchronous request.
Sorry about my poor description.I want to send an async event in 1 min.when time passed 10 seconds,I used cancel() to cancel this event.
I implemented one AO.used rtimer to touch this AO.I don't...
Hi all,
I met some problems about using RTimer.I used iTimer.After(iStatus, TTimeIntervalMicroSeconds32(1*1000 * 1000) )(hope the async event can be touched after 1 min) to send an async event...
遇到一摸一样的问题,加了EPOCSTACK 也不行。还有其他什么需要注意的吗?
还是不太明白,是不是用ue打开看回车是什么字符,然后把它用Symbian api写入到文件当中去?
hi,
如题,各位大侠,遇到一个问题,就是想往.txt里面写东西,中间会有换行操作,请问Symbian中间有什么换行的api吗?我试了用“\n”"\f"都不好用。高手指点!
I just search the info from Internet and finally found that the business card or vcalendar is one type of smart message.So I think maybe I should check the smart message first,and then check whether...
Maybe,btw,what's the mean of "biotype"?
Hi all,
I met a problem about how to distinguish the message type. Like: I want to get message in type of Business card and calendar event type.I found it in document,but less helpful.Hope...
ok,got it .I'll try it on device ,tnanks!
但是NCF是支持中文的啊,因为我在s60 2rd上面测试过中文短信,能成功。在3rd上面发送出的信息里面都有中文,但是发出去的东西就什么也没有了。
Hi,
你给得那个发送中文短信的例子还是不好用,我测试环境是3rd fp2,当我发送数字或字母的时候,显示正常,但是当我发送中文的时候接收方的内容是空。使用的测试工具是ncf。
PS:我修改了一下serviceSettings.SetCharacterSet( TSmsDataCodingScheme::ESmsAlphabetUCS2 ),把这个方法放到了...
Hi ,
...
恩,问题解决了,是资源的问题。