# AMFDataList parameter parsing

**URL:** https://community.wowza.com/t/amfdatalist-parameter-parsing/35605
**Category:** Wowza Developer Dojo
**Tags:** wowza-streaming-server-java-api
**Created:** [October 26, 2010, 1:26pm UTC](https://community.wowza.com/t/amfdatalist-parameter-parsing/35605 "2010-10-26T13:26:52Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Ralf\_Jonas](https://avatars.discourse-cdn.com/v4/letter/r/ec9cab/32.png) [@Ralf\_Jonas](https://community.wowza.com/u/Ralf_Jonas)
#### Post date: [October 26, 2010, 1:26pm UTC](https://community.wowza.com/t/amfdatalist-parameter-parsing/35605/1 "2010-10-26T13:26:52Z")

</div>

Hello, in which way did I have to add the parameters for the AMFDataList-object?

I used the example for the user authentication: ([https://www.wowza.com/docs/how-to-do-user-authentication-for-flash-rtmp-client-using-jdbc-connection-to-mysql-database](https://www.wowza.com/docs/how-to-do-user-authentication-for-flash-rtmp-client-using-jdbc-connection-to-mysql-database)).

```auto
public void onConnect(IClient client, RequestFunction function, AMFDataList params) 
	{
		
		String userName = getParamString(params, PARAM1);
		String password = getParamString(params, PARAM2);

```

I tryed to parse parameters about the url “rtmp://a:b@localhost/test” and “rtmp://localhost/test?a&b” without success. I use the Flowplayer. Did I have to add the parameters there?

Thanks.

---

_[View the full topic](https://community.wowza.com/t/amfdatalist-parameter-parsing/35605)._
