Go Back   Winamp Forums > SHOUTcast > SHOUTcast TV / Nullsoft Video

Reply
Thread Tools Search this Thread Display Modes
Old 13th October 2010, 10:42   #321
jaromanda
Major Dude
 
jaromanda's Avatar
 
Join Date: Jun 2007
Location: NSW Australia
Posts: 1,655
this "pixel" problem is due to the source, not the server

General Shoutcast troubleshooting guide
  1. Ask a teenager
That should do it
jaromanda is offline   Reply With Quote
Old 24th October 2010, 11:19   #322
bob0r
Junior Member
 
Join Date: Feb 2005
Posts: 4
Hello first of all, i am new to NSV. I installed http://www.nullsoft.com/nsv/ and it's working file. I am looking for a way to embed it to my website and i found http://forums.winamp.com/showthread....850#post971850

And now i am here. The first post is not updated so things are not clear to me.

I tried http://www.thebitstream.com/camjo/Setup.Exe (which installs Beta 2) but running vidCaster.exe does the following, it crashes:

AppName: vidcaster.exe AppVer: 1.0.1.3 ModName: vidcaster.exe
ModVer: 1.0.1.3 Offset: 0000c3a1

AppName: vidcaster.exe AppVer: 1.0.1.3 ModName: vidcaster.exe
ModVer: 1.0.1.3 Offset: 0000d691

Where do i start and/or what do i do wrong?
bob0r is offline   Reply With Quote
Old 24th October 2010, 17:43   #323
Smelter
Major Dude
 
Smelter's Avatar
 
Join Date: Jan 2004
Posts: 1,088
Dunno, its very 'beta' software. Vid-caster does not put the stream in the browser. Red5 does.
Smelter is offline   Reply With Quote
Old 17th November 2010, 20:10   #324
smuxbr
Junior Member
 
Join Date: Nov 2010
Posts: 8
Hi Smelter, your project is amazing!
I'm running on Linux without problems but the image of the video is the opposite both in your shoutcast.swf and JWPlayer. Using vlc it does not happen. This also happened to you?

These images shows this trouble



Thanks for any help.
smuxbr is offline   Reply With Quote
Old 17th November 2010, 21:05   #325
oLRi
Member
 
Join Date: May 2008
Posts: 93
Hi,

This is a known "bug" with smelters plugin if you're using vp6 as input stream.

You have to flip the picture. This can be done via plugins in your flash-player. You can search this thread, you will find a suitible plugin for jw player.
oLRi is offline   Reply With Quote
Old 17th November 2010, 22:56   #326
jaromanda
Major Dude
 
jaromanda's Avatar
 
Join Date: Jun 2007
Location: NSW Australia
Posts: 1,655
Quote:
Originally Posted by oLRi View Post
This is a known "bug" with smelters plugin if you're using vp6 as input stream.
even in quotes, "bug" is a bit harsh ... it's an minor incompatibility between the VP6 that flash uses (VP6f) and the regular VP6 everything else (winamp, vlc, etc) uses

General Shoutcast troubleshooting guide
  1. Ask a teenager
That should do it
jaromanda is offline   Reply With Quote
Old 18th November 2010, 14:23   #327
smuxbr
Junior Member
 
Join Date: Nov 2010
Posts: 8
Quote:
Originally Posted by DJTOMCAT View Post
Well JWPlayer flip.swf does only work with Version 4.x , since 5.x (at the moment 5.3) it has no source code available anymore.

I dont have any clue how to program in AS-language Red5 seems to be the only "free" Version on the net, isn't it ?
Quote:
Originally Posted by oLRi View Post
Hi,

This is a known "bug" with smelters plugin if you're using vp6 as input stream.

You have to flip the picture. This can be done via plugins in your flash-player. You can search this thread, you will find a suitible plugin for jw player.
I'm still trying to use flip.swf in plugins with jwplayer but same in version 4.x this plugin dont work with me.
I searched on google something about it but not against any code or player to test. I'm new to AS3, if I try to write using Flex Builder I would succeed with class VideoDisplay or NetStream?
smuxbr is offline   Reply With Quote
Old 18th November 2010, 18:09   #328
oLRi
Member
 
Join Date: May 2008
Posts: 93
Writing your own flash player in AS is not that hard.

I did it, including flipping the picture, without knowing anything about AS on a lonley evening with a bottle of redwine and googling the basics about AS.

With netstream you can recieve the stream. Then you have to flip the picture with some settings ... was something like: x = -x and y = -y or something.

With the flip.swf: Did you consider using the crossdomain.xml?
oLRi is offline   Reply With Quote
Old 18th November 2010, 21:33   #329
Smelter
Major Dude
 
Smelter's Avatar
 
Join Date: Jan 2004
Posts: 1,088
Ill have to add in some flags to the stock player to do it automajically, but I beed tied up
Smelter is offline   Reply With Quote
Old 19th November 2010, 17:22   #330
smuxbr
Junior Member
 
Join Date: Nov 2010
Posts: 8
Quote:
Originally Posted by oLRi View Post
Writing your own flash player in AS is not that hard.

I did it, including flipping the picture, without knowing anything about AS on a lonley evening with a bottle of redwine and googling the basics about AS.

With netstream you can recieve the stream. Then you have to flip the picture with some settings ... was something like: x = -x and y = -y or something.

With the flip.swf: Did you consider using the crossdomain.xml?
Yes, i have copy the crossdomain.xml from http://plugins.longtailvideo.com/crossdomain.xml to my webhost. Could you send me your code the only so I can fix my current player in flex? That would be of great help to me.

@Edit
I found something. Using Video class in flex maybe can rotate video.
video = new Video()
video.rotate = 180;

I'm trying to use this.

Quote:
automajically
automajically is a great idea haha.
Unfortunately I dont have international credit card or paypal account to make a donation to you Smelter, your work is fantastic.
smuxbr is offline   Reply With Quote
Old 19th November 2010, 21:02   #331
jaromanda
Major Dude
 
jaromanda's Avatar
 
Join Date: Jun 2007
Location: NSW Australia
Posts: 1,655
rotate will give you a horizontal mirrored image - you need to vertically flip

General Shoutcast troubleshooting guide
  1. Ask a teenager
That should do it
jaromanda is offline   Reply With Quote
Old 19th November 2010, 22:12   #332
smuxbr
Junior Member
 
Join Date: Nov 2010
Posts: 8
Quote:
Originally Posted by jaromanda View Post
rotate will give you a horizontal mirrored image - you need to vertically flip
exactly jaromanda. Thanks.

Now I are using:

video = new Video();
video.width = 320;
video.height = 240;
video.x = video.width;
video.y = video.height;
video.scaleY = -video.scaleY;

//video.scaleX = -video.scaleX;
//video.rotation = 180;


vidHolder.addChild( video );

smuxbr is offline   Reply With Quote
Old 30th December 2010, 09:56   #333
Klumpfuss
Junior Member
 
Join Date: Dec 2010
Posts: 2
Quote:
Originally Posted by MondayX View Post
there is still the one-viewer-syndrome. after i patched the red5 core it works much better, but very often the client times out or it takes a long time to start the stream. the first listener doesnt have this problem.

for all vp6 + red5 users: i made a jw flv player plugin, which flips the video. works in fullscreen mode, too.
Quote:
Originally Posted by oLRi View Post
Hi,

Tried with jw player, but it seems not to work.
My Code:
PHP Code:
<embed
        src
='player.swf'
        
width='320'
        
height='240'
        
bgcolor='undefined'
        
allowscriptaccess='always'
        
allowfullscreen='true'
        
flashvars='file=tesstream&plugins=flip.swf&streamer=rtmp://localhost/shoutcast'
/> 
And
PHP Code:
<script type='text/javascript'>
  var 
so = new SWFObject('player.swf','mpl','320','240','9');
  
so.addParam('allowfullscreen','true');
  
so.addParam('allowscriptaccess','always');
  
so.addParam('wmode','opaque');
  
so.addVariable('type''rtmp');
  
so.addVariable('file','teststream');
  
so.addVariable('plugins','flip.swf');
  
so.addVariable('streamer','rtmp://localhost/shoutcast');
  
so.write('mediaspace');
</script> 
The Video is still "unflipped"
Quote:
Originally Posted by MondayX View Post
if you dont use the commercial version of jw flv player you have to do some patching to use local plugins:

http://www.longtailvideo.com/support...ns-for-Dummies
How can I add the Plugin to the JW Player? I tried to add the code to the Flash Player through this code:

so.addVariable('plugins','flip');
or
so.addVariable('plugins','flip.swf');

The file exists in the same directory where the player.swf and the index.html for the Player are located.
Editing the path to the plugins in the SPLoader.as file also makes no changes.
Klumpfuss is offline   Reply With Quote
Old 30th December 2010, 10:04   #334
jaromanda
Major Dude
 
jaromanda's Avatar
 
Join Date: Jun 2007
Location: NSW Australia
Posts: 1,655
best asked at jw player forums ... if you don't mind the spam you get from registering

General Shoutcast troubleshooting guide
  1. Ask a teenager
That should do it
jaromanda is offline   Reply With Quote
Old 31st December 2010, 06:48   #335
Klumpfuss
Junior Member
 
Join Date: Dec 2010
Posts: 2
Working

If anybody gets this problem, the magic code line is so.addVariable('plugins','./flip.swf');
That's working for me.
Klumpfuss is offline   Reply With Quote
Old 6th January 2011, 19:54   #336
Smelter
Major Dude
 
Smelter's Avatar
 
Join Date: Jan 2004
Posts: 1,088
pink blocks are caused by requesting metaint data, and then not processing it.
Smelter is offline   Reply With Quote
Old 24th January 2011, 05:30   #337
Smelter
Major Dude
 
Smelter's Avatar
 
Join Date: Jan 2004
Posts: 1,088
New release

http://www.thebitstream.com/?p=243
Smelter is offline   Reply With Quote
Old 24th January 2011, 17:34   #338
asiamv3
Junior Member
 
Join Date: Jan 2011
Posts: 1
Great Post

great post. I like it
asiamv3 is offline   Reply With Quote
Old 27th January 2011, 18:34   #339
oLRi
Member
 
Join Date: May 2008
Posts: 93
Quote:
Originally Posted by Smelter View Post
Nice release, very stable and no pink blocks with vp 62 - like it very much.

Is there a way to export / view the number of viewers for each stream?
oLRi is offline   Reply With Quote
Old 28th January 2011, 00:25   #340
Smelter
Major Dude
 
Smelter's Avatar
 
Join Date: Jan 2004
Posts: 1,088
yes, Ill let you know if i get back to it.
Smelter is offline   Reply With Quote
Old 1st February 2011, 17:58   #341
jimmyvee
Junior Member
 
Join Date: Feb 2011
Posts: 1
How To Install

Just stumbled across this thread
It is what i have been looking for for ages
I have downloaded it and need to know where/how do i install it on my server?
Thanks for any help
jimmyvee is offline   Reply With Quote
Old 7th February 2011, 12:28   #342
damianm2007
Junior Member
 
Join Date: Feb 2011
Posts: 1
Hi.
can someone write how to do it step by step?
wants to have only a player NSV website
thx
damianm2007 is offline   Reply With Quote
Old 14th August 2011, 10:26   #343
Segaja
Junior Member
 
Join Date: Aug 2011
Posts: 9
Quote:
Originally Posted by smuxbr View Post
exactly jaromanda. Thanks.

Now I are using:

video = new Video();
video.width = 320;
video.height = 240;
video.x = video.width;
video.y = video.height;
video.scaleY = -video.scaleY;

//video.scaleX = -video.scaleX;
//video.rotation = 180;


vidHolder.addChild( video );
In which code file did you add the above code?
Segaja is offline   Reply With Quote
Old 10th July 2012, 13:26   #344
TomTable
Junior Member
 
Join Date: May 2012
Posts: 2
hy, can u send the latest red5 shoutcast plugin please??

i have "HTTP Status 404 - Servlet Player is not available"
or "HTTP Status 500"

when i click on player or playlist or admin login.

the plugin have i load on

http://code.google.com/p/castshout/source/checkout

# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://castshout.googlecode.com/svn/trunk/ castshout-read-only


thx
TomTable is offline   Reply With Quote
Old 10th July 2012, 19:47   #345
sankt
Moderator
 
sankt's Avatar
 
Join Date: Apr 2003
Location: SCVI . NET
Posts: 2,833
Did you try looking at the code subervision repository ?

-> http://castshout.googlecode.com/svn/trunk/
sankt is offline   Reply With Quote
Old 12th July 2012, 09:22   #346
TomTable
Junior Member
 
Join Date: May 2012
Posts: 2
im downloading this with SVN and edit the shoutcast ip and port. but connecting not on my shoutcast and this error then i go on play or admin logon button.

I've probably seen somewhere on what

ty tomtable
TomTable is offline   Reply With Quote
Old 24th October 2012, 23:55   #347
portalfmonline
Junior Member
 
Join Date: Aug 2012
Posts: 4
Trying NSV

I have a FM radio station with live web streaming using shoutcast in a debian server. I´m planning to stream a live video with NSV.
Now (10-24-2012 19:40 -3GMT) I was trying to reach http://www.nullsoft.com/nsv/ but doen´t work . Seens like a server issue. There´s another link to download NSV ?

Alessandro Oliveira
Radio Portal FM - www.portalfmonline.com.br
portalfmonline is offline   Reply With Quote
Old 25th October 2012, 00:00   #348
sankt
Moderator
 
sankt's Avatar
 
Join Date: Apr 2003
Location: SCVI . NET
Posts: 2,833
The nullsoft domain was not renewed and the NSV software has not been updated since 2004.

However - you can still download the software here:

http://web.archive.org/web/200407110...lsoft.com/nsv/
sankt is offline   Reply With Quote
Old 25th October 2012, 03:59   #349
portalfmonline
Junior Member
 
Join Date: Aug 2012
Posts: 4
I´m going download now. I get the NSV nullsoft url on other topic in winamp forum, but now i understand that´s an old topic, already closed.
Thanks

Alessandro Oliveira
Radio Portal FM - www.portalfmonline.com.br
portalfmonline is offline   Reply With Quote
Old 30th January 2013, 18:13   #350
westjgames
Junior Member
 
Join Date: Jan 2012
Posts: 13
Any chance this thread can get a bump, even if it's considered necrophilia? We're trying to host a very lightweight streaming solution for a community video broadcasting group, and they are getting sick of CPU spikes with xSplit/FMLE/Livestream Procaster. They already have NSV setup and going, but need a universally-acceptable player. Flash seems to be the answer. I read right through this post, and it seems progress was made, however, pretty much everything is a little over my head, as far as compiling Flash goes.

Was there ever a stock-standard player made for NSV that was as simple as upload and embed? Or am I beating a dead horse with my keyboard?
westjgames is offline   Reply With Quote
Old 31st January 2013, 09:54   #351
jaromanda
Major Dude
 
jaromanda's Avatar
 
Join Date: Jun 2007
Location: NSW Australia
Posts: 1,655
nothing is simple with shoutcast + flash

General Shoutcast troubleshooting guide
  1. Ask a teenager
That should do it
jaromanda is offline   Reply With Quote
Reply
Go Back   Winamp Forums > SHOUTcast > SHOUTcast TV / Nullsoft Video

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump