sopcast前端继续更新(p2p的网络电视)
现在公社有其他网友也提供了类似的软件啊,不过还是喜欢色兄弟的这个! 呵呵,那个GTK版本的开发很活跃的,我最近家里出了点儿事情,耽搁下来了,过年放假的时候再做更新吧。
目前需要做的:
一是抛弃脚本,使用程序更新列表,
二是处理系统栏。 QFile::atEnd: File is not open
QFile::getch: File not open
这个是什么错误阿
启动不了 这个大概是因为频道列表没有生成,可能是权限的问题,在root下执行试试。
还是不行
有你说的 $LOGNAME-channellist 这个文件然后该怎么办?
我在su中运行
连这个文件都没有阿 执行后狂跳
QFile::getch: File not open
QFile::atEnd: File is not open
QFile::getch: File not open
QFile::atEnd: File is not open
QFile::getch: File not open 看中文电视全靠这个 :lol:
对了,yunfan,你知道在QT下怎么取得这个页面的内容么?http://www.sopcast.org/channel
另外,能不能给一个动态生成菜单并且点击菜单进行播放的思路。
是说要读取这个网页吗?
看看QT Assistant, 有个类叫做QHttp,里面有一些示例代码,
可以非常方便的用一个发送一个HTTPREQUEST,
来获取这个网页.在对网页内容过滤一下,就能能得到你要的菜单了.
而且半死机!
执行后狂跳QFile::getch: File not open
QFile::atEnd: File is not open
QFile::getch: File not open
QFile::atEnd: File is not open
QFile::getch: File not open
相同现象,外加硬盘狂响,硬盘灯狂闪,机器反应愈来愈慢直至鼠标不动!
只好ctrl+F2然后reboot。
root下。 同样 问题。。。。请问怎样解决阿?? 不能用.......:(
getchannel脚本如下,是不是有错误???
试了一下自己手动run脚本里面的每句代码
wget能取下index.html
但生成temp.htm和urlist还有chlist,urllist,channellist都是0字节,..................:(
#!/bin/bash
mkdir -p ~/.sopcast
rm index.htm* -f
wget -q http://www.sopcast.org/channel/ -O ~/.sopcast/index.html
cat ~/.sopcast/index.html |grep sop://sop.sopcast.org >~/.sopcast/temp.htm
grep -o 'sop://*' ~/.sopcast/temp.htm > ~/.sopcast/urllist
sed -e 's/<\/td>/,/g' ~/.sopcast/temp.htm |sed -e 's/<[^>]*>//g'|sed -e 's/,,/,/g'|sed -e 's/play,//g' > ~/.sopcast/chlist
paste ~/.sopcast/chlist ~/.sopcast/urllist >~/.sopcast/channellist
rm ~/.sopcast/index.html ~/.sopcast/temp.htm ~/.sopcast/chlist ~/.sopcast/urllist 脚本已经过时.
而且已经有新版本的sp-sc了,我在五一做更新,现在可以用那个gtk的. 软件有问题 运行 搞到我死机!!! 强行重启后,立刻卸载了 脚本已经过时.
而且已经有新版本的sp-sc了,我在五一做更新,现在可以用那个gtk的.
哪里有???我是刚刚从仓库中下载的???