Asp.net(VB)流媒体服务器 [英] Asp.net (VB) streaming media server

查看:94
本文介绍了Asp.net(VB)流媒体服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello All;



我正在寻找一个代码项目,它允许我将音乐流式传输给访问者而无需将文件实际下载到他们的计算机上。

(网络电台,场景类型)。



我发现的唯一接近它的东西。

使用SHOUTcastServer.exe文件。

其中,我无法运行它,所以我无法测试它。

该项目可以找到这里。

https://www.spesoft.com/shoutcast.aspx



如果有人想下载该项目并向其解释我如何让它工作,这将是一个很好的起点。



欢迎提出任何建议和想法。

谢谢你

Carrzkiss



我的尝试:



下载并尝试编译这个

shoutcast.aspx


我收到以下错误。

Quote:

类型'System.BadImageFormatException的未处理异常'发生在ShoutcastServer.exe





我读过,我需要为.exe文件的名称创建一个.config文件并将其放入同一个文件夹。所以我做到了。

ShoutcastServer.exe.config

包含以下代码。



< blockquote class =quote>

Quote:

<?xml version =1.0?>

< configuration>

< startup useLegacyV2RuntimeActivationPolicy =true>

< supportedRuntime version =v4.0sku =。NETFramework,Version = v4.0/>







但仍然没有继续获得路径错误。

我还读到我可能需要将项目更改为86而不是64位。

但是,我无法找到从何处执行此操作。

解决方案

只有2种可能有合理希望找到真正帮助:

- 找一个用户论坛

- 问作者


@ppolymorphe

同意。

我试图联系作者,但没有回复。

不确定在哪里论坛会,以前会有人搞砸过这个。



我试图运行项目,当我运行它时。

删除它正在调用的Temp文件夹中的文件。

这就是错误的来源。

它找不到文件夹位置中的任何文件。



Carrzkiss


Hello All;

I am in search of a Code Project that will allow me to stream music to my visitors without actually downloading the files to their computer.
(An Internet Radio station, type of scenario).

The only thing that I have found that comes close to it.
Uses the SHOUTcastServer.exe file.
Of which, I cannot get it to run, so i cannot test it out.
That project can be found here.
https://www.spesoft.com/shoutcast.aspx

If someone would like to download that project and explain to me how to get it to work, that would be a great starting point.

Any and all suggestions and idea's are welcome.
Thank you
Carrzkiss

What I have tried:

Downloaded and tried to compile this
shoutcast.aspx

I get the following error.

Quote:

An unhandled exception of type 'System.BadImageFormatException' occurred in ShoutcastServer.exe



I read, that I needed to create a .config file for the name of the .exe file and put that in the same folder. So I did that.
ShoutcastServer.exe.config
With the following code in it.

Quote:

<?xml version="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>



But still a no go on getting path that error.
I also read that I might need to change the project to 86 instead of 64-bit.
However, I cannot find out where to do this from.

解决方案

Only 2 possibilities with reasonable hope to find real help:
- find a forum of users
- ask the authors


@ppolymorphe
Agree.
I tried to contact the author, but with no response.
Not really sure where a forum would be, that would have people that have messed with this before.

I tried to run the project, and when I run it.
It deletes the files from the Temp folder that it is calling for.
And that is where the error is coming from.
That it cannot find any files in the folder locations.

Carrzkiss


这篇关于Asp.net(VB)流媒体服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆