Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating ServerSidePlaylist / testPlaylist.zip to run with Red5 1.0.8 #228

Open
ZEBRin opened this issue Apr 7, 2017 · 3 comments
Open
Assignees

Comments

@ZEBRin
Copy link

ZEBRin commented Apr 7, 2017

Hi there!

I'm trying to update the ServerSidePlaylist example that was available a while ago on the forums, as this is exactly what I'm looking for to set up a webTV server, using Red5. Although I'm a newbie to all of this, I've been able to compile a version using Eclipse Neon, under a Red5 1.0.8 Runtime (Java 8). All seems to work smoothly (e.g. I can check the appStart and the playlist generation in the logs), but my client-side player (jwplayer based) keeps buffering endlessly, and I can't see any video from my playlist ever being played...

I've managed to trigger a serverStream.toString() reporting in my appConnect, to see what was "in" the playlist at the time of streaming it to a new connection, and here is the result:


[publishedName=webtv,
controller=null,
defaultController=org.red5.server.stream.SimplePlaylistController@534ec9,
isRewind=false,
isRandom=false,
isRepeat=true,
items=
[SimplePlayItem [created=82318215139074, name=watchmen.flv, start=-2, length=-1],
SimplePlayItem [created=82318215276243, name=watchmen_vp6.flv, start=-2, length=-1],
SimplePlayItem [created=82318215320941, name=terminator_vp6.flv, start=-2, length=-1],
SimplePlayItem [created=82318215364243, name=terminator.flv, start=-2, length=-1] ],
currentItemIndex=-1,
currentItem=SimplePlayItem [created=82318215364243, name=terminator.flv, start=-2, length=-1],
providerService=org.red5.server.stream.ProviderService@722a1f30,
scheduler=org.red5.server.scheduling.QuartzSchedulingService@3081f72c,
liveJobName=null,
vodJobName=ScheduledJob_4,
vodStartTS=0,
serverStartTS=1491557387737,
nextTS=126119]


Do you see anything strange in this report that could put me on track to finding the issue?
Thanks in advance for your help!

[] Operating system and version: Windows Server 2012R2 (VPS)
[] Java version: 1.8.0_121
[] Red5 version: 1.0.8-M11

@mondain mondain self-assigned this Apr 8, 2017
@ZEBRin
Copy link
Author

ZEBRin commented Apr 19, 2017

No one to help me out? I can't figure out what direction I should be investigating to resolve this, but have the feeling I'm now close to making it work... :/
Let me know if I should post more (code, reports...)!

@mondain
Copy link
Member

mondain commented Apr 19, 2017

I'll look into this, I just don't know when it will be yet.

@ZEBRin
Copy link
Author

ZEBRin commented Apr 19, 2017

Awesome, thx Mondain!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants